forked from infra/ansible
parent
91a49488ae
commit
83a1f1393c
2 changed files with 5 additions and 9 deletions
|
|
@ -13,4 +13,4 @@ spec:
|
|||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
service: web
|
||||
deployment: bodhi-web
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ spec:
|
|||
replicas: {{ bodhi_openshift_pods }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi
|
||||
service: web
|
||||
app: bodhi-web
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
|
|
@ -128,8 +127,7 @@ spec:
|
|||
{% endif %}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi
|
||||
service: consumer
|
||||
app: bodhi-consumer
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
@ -208,8 +206,7 @@ spec:
|
|||
replicas: {{ bodhi_openshift_pods }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi
|
||||
service: celery
|
||||
app: bodhi-celery
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
@ -288,8 +285,7 @@ spec:
|
|||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bodhi
|
||||
service: celery-beat
|
||||
app: bodhi-celery-beat
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue