[Skip-CI] Addd todos
This commit is contained in:
parent
11b205eb11
commit
b042daf955
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: taiga
|
app: taiga
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers: # ToDo: add commands to create admin user
|
||||||
- name: taiga-manage
|
- name: taiga-manage
|
||||||
image: taigaio/taiga-back:latest
|
image: taigaio/taiga-back:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
@ -57,7 +57,7 @@ spec:
|
||||||
value: 5432
|
value: 5432
|
||||||
- name: CELERY_ENABLED
|
- name: CELERY_ENABLED
|
||||||
value: false
|
value: false
|
||||||
containers:
|
containers: # ToDo: Research hostname, network and dependsOn keywords of docker compose and find functional translation for kubernetes
|
||||||
- name: taiga-back
|
- name: taiga-back
|
||||||
image: taigaio/taiga-back:latest
|
image: taigaio/taiga-back:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
Loading…
Reference in a new issue