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"
|
value: "postgresql-service"
|
||||||
- name: POSTGRES_PORT
|
- name: POSTGRES_PORT
|
||||||
value: 5432
|
value: 5432
|
||||||
|
- name: CELERY_ENABLED
|
||||||
|
value: false
|
||||||
containers:
|
containers:
|
||||||
- name: taiga-back
|
- name: taiga-back
|
||||||
image: taigaio/taiga-back:latest
|
image: taigaio/taiga-back:latest
|
||||||
|
|
Loading…
Reference in a new issue