mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-21 23:57:00 +00:00
✨(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:
committed by
aleb_the_flash
parent
77105001e0
commit
8496959188
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user