Readd missing containers KW

This commit is contained in:
erik 2023-08-10 12:42:24 +02:00
parent 750ec21070
commit 25b28bdb3b
6 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,7 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
containers:
- name: taiga-async - name: taiga-async
image: taigaio/taiga-back:latest image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent

View file

@ -14,6 +14,7 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
containers:
- name: taiga-async-rabbitmq - name: taiga-async-rabbitmq
image: rabbitmq:3.8-management-alpine image: rabbitmq:3.8-management-alpine
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent

View file

@ -14,6 +14,7 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
containers:
- name: taiga-events - name: taiga-events
image: taigaio/taiga-events:latest image: taigaio/taiga-events:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent

View file

@ -14,6 +14,7 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
containers:
- name: taiga-events-rabbitmq - name: taiga-events-rabbitmq
image: rabbitmq:3.8-management-alpine image: rabbitmq:3.8-management-alpine
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent

View file

@ -14,6 +14,7 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
containers:
- name: taiga-front - name: taiga-front
image: taigaio/taiga-front:latest image: taigaio/taiga-front:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent

View file

@ -14,6 +14,7 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
containers:
- name: taiga-protected - name: taiga-protected
image: taigaio/taiga-protected:latest image: taigaio/taiga-protected:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent