(infra) add celery backend to helm & improvements

* Add a simple celery-backend deployment to helm chart, which
  uses the same docker image as the backend, and runs a single
  worker.
* Update dev keycloack values accordingly
* Update Tiltfile to properly set service dependencies
* Update minio deployment to increase the default max body size limit
  (relevant to uploading files)
This commit is contained in:
Florent Chehab
2026-03-10 11:46:54 +01:00
committed by aleb_the_flash
parent 77105001e0
commit 8496959188
6 changed files with 271 additions and 0 deletions
@@ -83,6 +83,8 @@ backend:
APPLICATION_BASE_URL: https://meet.127.0.0.1.nip.io
FILE_UPLOAD_ENABLED: True
AWS_S3_DOMAIN_REPLACE: https://minio.127.0.0.1.nip.io
CELERY_ENABLED: True
CELERY_BROKER_URL: redis://default:pass@redis-master:6379/1
migrate: