🚀(helm) deploy celery worker and celery beat
This allow to start a celery worker and a celery beat
This commit is contained in:
@@ -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: "*"
|
||||
|
||||
Reference in New Issue
Block a user