bodhi / openshift: scale web to 2 pods always
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2bf9503987
commit
6bee803d97
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
command: oc -n bodhi scale dc/bodhi-celery --replicas={{ bodhi_openshift_pods }}
|
||||
when: env == "production"
|
||||
- name: Scale up pods
|
||||
command: oc -n bodhi scale dc/bodhi-web --replicas={{ bodhi_openshift_pods }}
|
||||
command: oc -n bodhi scale dc/bodhi-web --replicas=2
|
||||
when: env == "production"
|
||||
- name: Scale up pods
|
||||
command: oc -n bodhi scale dc/bodhi-consumer --replicas={{ bodhi_openshift_pods }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue