forked from infra/ansible
fmn: fix some more labels
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
89fc83945d
commit
447c746a80
1 changed files with 8 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: fmn
|
||||
component: frontend
|
||||
annotations:
|
||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fmn:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"frontend\")].image"}]'
|
||||
spec:
|
||||
|
|
@ -76,6 +77,7 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: fmn
|
||||
component: api
|
||||
annotations:
|
||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fmn:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"api\")].image"}]'
|
||||
spec:
|
||||
|
|
@ -167,7 +169,7 @@ metadata:
|
|||
name: fmn
|
||||
labels:
|
||||
app: fmn
|
||||
component consumer
|
||||
component: consumer
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
|
|
@ -180,6 +182,7 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: fmn
|
||||
component: consumer
|
||||
annotations:
|
||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fmn:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"consumer\")].image"}]'
|
||||
spec:
|
||||
|
|
@ -271,6 +274,7 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: fmn
|
||||
component: sender-email
|
||||
annotations:
|
||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fmn:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"sender-email\")].image"}]'
|
||||
spec:
|
||||
|
|
@ -328,6 +332,7 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: fmn
|
||||
component: sender-irc
|
||||
annotations:
|
||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fmn:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"sender-irc\")].image"}]'
|
||||
spec:
|
||||
|
|
@ -385,6 +390,7 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: fmn
|
||||
component: sender-matrix
|
||||
annotations:
|
||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fmn:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"sender-matrix\")].image"}]'
|
||||
spec:
|
||||
|
|
@ -475,6 +481,7 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: fmn
|
||||
component: collectd
|
||||
annotations:
|
||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fmn:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"collectd\")].image"}]'
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue