bodhi / openshift: scale web to 2 pods always

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-16 10:08:33 -08:00
parent 2bf9503987
commit 6bee803d97

View file

@ -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 }}