bodhi / web: increase timeout to 180s
Another gigantic update edit is timing out. Bump this up to try and get it usable. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
10c61924e7
commit
73325c2a64
1 changed files with 1 additions and 1 deletions
|
@ -163,6 +163,6 @@
|
|||
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=90s"
|
||||
command: "oc -n bodhi annotate route bodhi-web --overwrite haproxy.router.openshift.io/timeout=180s"
|
||||
tags:
|
||||
- route-timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue