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:
app: taiga
spec:
containers:
- name: taiga-async
image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent

View file

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

View file

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

View file

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

View file

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

View file

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