bodhi: configure the openshift haproxy timeout to 120s for bodhi-web

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-05-26 21:21:38 +02:00
parent 41c8dae5ce
commit d685007fd6

View file

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