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:
app: taiga
spec:
initContainers:
initContainers: # ToDo: this needs to run only once!
- name: taiga-manage
image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent
ports:
ports: # ToDo: we may need to check for the DB pod to be live
- name: http
containerPort: 80
command:

View file

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