🔧(helm) add celery deployment

We need to configure a deployment dedicated to celery. It is a copy of
the backend one with modification made where it is specific to celery
This commit is contained in:
Manuel Raynaud
2025-05-12 19:23:48 +02:00
parent 5848f43cb4
commit 4118d79525
6 changed files with 203 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ backend:
POSTGRES_USER: dinum
POSTGRES_PASSWORD: pass
REDIS_URL: redis://default:pass@redis-master:6379/1
DJANGO_CELERY_BROKER_URL: redis://default:pass@redis-master:6379/1
AWS_S3_ENDPOINT_URL: http://minio.impress.svc.cluster.local:9000
AWS_S3_ACCESS_KEY_ID: root
AWS_S3_SECRET_ACCESS_KEY: password