forked from infra/ansible
bodhi: adjust selectors
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1fa8aa6700
commit
91a49488ae
2 changed files with 9 additions and 5 deletions
|
|
@ -13,4 +13,4 @@ spec:
|
|||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
deployment: bodhi-web
|
||||
service: web
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ spec:
|
|||
replicas: {{ bodhi_openshift_pods }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi-web
|
||||
app: bodhi
|
||||
service: web
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
|
|
@ -127,7 +128,8 @@ spec:
|
|||
{% endif %}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi-consumer
|
||||
app: bodhi
|
||||
service: consumer
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
@ -206,7 +208,8 @@ spec:
|
|||
replicas: {{ bodhi_openshift_pods }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi-celery
|
||||
app: bodhi
|
||||
service: celery
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
@ -285,7 +288,8 @@ spec:
|
|||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi-celery-beat
|
||||
app: bodhi
|
||||
service: celery-beat
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue