Add todos

This commit is contained in:
erik 2023-08-11 12:54:32 +02:00
parent f392eb5263
commit e7bede080c
2 changed files with 3 additions and 3 deletions

View file

@ -15,11 +15,11 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
initContainers: initContainers: # ToDo: this needs to run only once!
- name: taiga-manage - name: taiga-manage
image: taigaio/taiga-back:latest image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports: # ToDo: we may need to check for the DB pod to be live
- name: http - name: http
containerPort: 80 containerPort: 80
command: command:

View file

@ -9,7 +9,7 @@ spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: taiga app: taiga # ToDo: Check for consistent labels (maybe use app.kubernetes.io)
template: template:
metadata: metadata:
labels: labels: