Readd missing containers KW
This commit is contained in:
parent
750ec21070
commit
25b28bdb3b
6 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ spec:
|
|||
labels:
|
||||
app: taiga
|
||||
spec:
|
||||
containers:
|
||||
- name: taiga-async
|
||||
image: taigaio/taiga-back:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
@ -14,6 +14,7 @@ spec:
|
|||
labels:
|
||||
app: taiga
|
||||
spec:
|
||||
containers:
|
||||
- name: taiga-async-rabbitmq
|
||||
image: rabbitmq:3.8-management-alpine
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
@ -14,6 +14,7 @@ spec:
|
|||
labels:
|
||||
app: taiga
|
||||
spec:
|
||||
containers:
|
||||
- name: taiga-events
|
||||
image: taigaio/taiga-events:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
@ -14,6 +14,7 @@ spec:
|
|||
labels:
|
||||
app: taiga
|
||||
spec:
|
||||
containers:
|
||||
- name: taiga-events-rabbitmq
|
||||
image: rabbitmq:3.8-management-alpine
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
@ -14,6 +14,7 @@ spec:
|
|||
labels:
|
||||
app: taiga
|
||||
spec:
|
||||
containers:
|
||||
- name: taiga-front
|
||||
image: taigaio/taiga-front:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
@ -14,6 +14,7 @@ spec:
|
|||
labels:
|
||||
app: taiga
|
||||
spec:
|
||||
containers:
|
||||
- name: taiga-protected
|
||||
image: taigaio/taiga-protected:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
Loading…
Reference in a new issue