Disable celery in init-container
This commit is contained in:
parent
4859e0931b
commit
73902892cb
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ spec:
|
|||
value: "postgresql-service"
|
||||
- name: POSTGRES_PORT
|
||||
value: 5432
|
||||
- name: CELERY_ENABLED
|
||||
value: false
|
||||
containers:
|
||||
- name: taiga-back
|
||||
image: taigaio/taiga-back:latest
|
||||
|
|
Loading…
Reference in a new issue