From 25b28bdb3b592a95d2ffe48ac6463c2f4931f7f0 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 10 Aug 2023 12:42:24 +0200 Subject: [PATCH] Readd missing containers KW --- src/main/resources/taiga/taiga-async-deployment.yaml | 1 + src/main/resources/taiga/taiga-async-rabbitmq-deployment.yaml | 1 + src/main/resources/taiga/taiga-events-deployment.yaml | 1 + src/main/resources/taiga/taiga-events-rabbitmq-deployment.yaml | 1 + src/main/resources/taiga/taiga-front-deployment.yaml | 1 + src/main/resources/taiga/taiga-protected-deployment.yaml | 1 + 6 files changed, 6 insertions(+) diff --git a/src/main/resources/taiga/taiga-async-deployment.yaml b/src/main/resources/taiga/taiga-async-deployment.yaml index d4df761..0c564da 100644 --- a/src/main/resources/taiga/taiga-async-deployment.yaml +++ b/src/main/resources/taiga/taiga-async-deployment.yaml @@ -14,6 +14,7 @@ spec: labels: app: taiga spec: + containers: - name: taiga-async image: taigaio/taiga-back:latest imagePullPolicy: IfNotPresent diff --git a/src/main/resources/taiga/taiga-async-rabbitmq-deployment.yaml b/src/main/resources/taiga/taiga-async-rabbitmq-deployment.yaml index cf14448..6561fb0 100644 --- a/src/main/resources/taiga/taiga-async-rabbitmq-deployment.yaml +++ b/src/main/resources/taiga/taiga-async-rabbitmq-deployment.yaml @@ -14,6 +14,7 @@ spec: labels: app: taiga spec: + containers: - name: taiga-async-rabbitmq image: rabbitmq:3.8-management-alpine imagePullPolicy: IfNotPresent diff --git a/src/main/resources/taiga/taiga-events-deployment.yaml b/src/main/resources/taiga/taiga-events-deployment.yaml index 419e359..5bf5e28 100644 --- a/src/main/resources/taiga/taiga-events-deployment.yaml +++ b/src/main/resources/taiga/taiga-events-deployment.yaml @@ -14,6 +14,7 @@ spec: labels: app: taiga spec: + containers: - name: taiga-events image: taigaio/taiga-events:latest imagePullPolicy: IfNotPresent diff --git a/src/main/resources/taiga/taiga-events-rabbitmq-deployment.yaml b/src/main/resources/taiga/taiga-events-rabbitmq-deployment.yaml index d5e0c50..fff5926 100644 --- a/src/main/resources/taiga/taiga-events-rabbitmq-deployment.yaml +++ b/src/main/resources/taiga/taiga-events-rabbitmq-deployment.yaml @@ -14,6 +14,7 @@ spec: labels: app: taiga spec: + containers: - name: taiga-events-rabbitmq image: rabbitmq:3.8-management-alpine imagePullPolicy: IfNotPresent diff --git a/src/main/resources/taiga/taiga-front-deployment.yaml b/src/main/resources/taiga/taiga-front-deployment.yaml index 578fe2f..deed780 100644 --- a/src/main/resources/taiga/taiga-front-deployment.yaml +++ b/src/main/resources/taiga/taiga-front-deployment.yaml @@ -14,6 +14,7 @@ spec: labels: app: taiga spec: + containers: - name: taiga-front image: taigaio/taiga-front:latest imagePullPolicy: IfNotPresent diff --git a/src/main/resources/taiga/taiga-protected-deployment.yaml b/src/main/resources/taiga/taiga-protected-deployment.yaml index fdfc352..8f18a34 100644 --- a/src/main/resources/taiga/taiga-protected-deployment.yaml +++ b/src/main/resources/taiga/taiga-protected-deployment.yaml @@ -14,6 +14,7 @@ spec: labels: app: taiga spec: + containers: - name: taiga-protected image: taigaio/taiga-protected:latest imagePullPolicy: IfNotPresent