🚀(helm) deploy celery worker and celery beat

This allow to start a celery worker and a celery beat
This commit is contained in:
Sabrina Demagny
2025-02-27 02:52:13 +01:00
parent 0b290d9a5e
commit 67f8bc32fa
7 changed files with 440 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ image:
backend:
replicas: 1
envVars:
CELERY_BROKER_URL: redis://default:pass@redis-master:6379/1
DJANGO_CSRF_TRUSTED_ORIGINS: https://desk.127.0.0.1.nip.io,http://desk.127.0.0.1.nip.io
DJANGO_CONFIGURATION: Local
DJANGO_ALLOWED_HOSTS: "*"