diff --git a/src/main/resources/taiga/taiga-back-deployment.yaml b/src/main/resources/taiga/taiga-back-deployment.yaml index 017602b..e803734 100644 --- a/src/main/resources/taiga/taiga-back-deployment.yaml +++ b/src/main/resources/taiga/taiga-back-deployment.yaml @@ -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: diff --git a/src/main/resources/taiga/taiga-events-deployment.yaml b/src/main/resources/taiga/taiga-events-deployment.yaml index 9ddd67b..08f15a0 100644 --- a/src/main/resources/taiga/taiga-events-deployment.yaml +++ b/src/main/resources/taiga/taiga-events-deployment.yaml @@ -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: