mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
bodhi: configure the openshift haproxy timeout to 120s for bodhi-web
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -151,3 +151,7 @@
|
||||
- name: Scale up pods
|
||||
command: oc -n bodhi scale dc/bodhi-web --replicas={{ bodhi_openshift_pods }}
|
||||
when: env == "staging"
|
||||
- name: Set the timeout to the openshift route
|
||||
command: "oc -n bodhi annotate route bodhi-web --overwrite haproxy.router.openshift.io/timeout=120s"
|
||||
tags:
|
||||
- route-timeout
|
||||
|
||||
Reference in New Issue
Block a user