bodhi: configure the openshift haproxy timeout to 120s for bodhi-web
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
41c8dae5ce
commit
d685007fd6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue