🐛(helm) reverse liveness and readiness for backend deployment

The liveness and readiness are reversed. The liveness was using the
heartbeat process that is cheking all django checks and the database
connection.
This commit is contained in:
Manuel Raynaud
2026-02-13 09:51:41 +01:00
parent 2cc0d71b89
commit 49871c45b1
2 changed files with 40 additions and 27 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to
- 🐛(frontend) fix broadcast store sync #1846
- 🐛(helm) use celery resources instead of backend resources
- 🐛(helm) reverse liveness and readiness for backend deployment
## [v4.5.0] - 2026-01-28