bodhi: increase the timeout to 90s due to very large (211+) build updates editing taking a long time to load
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
be0f143bcc
commit
69a85f2232
1 changed files with 1 additions and 1 deletions
|
@ -162,6 +162,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=30s"
|
||||
command: "oc -n bodhi annotate route bodhi-web --overwrite haproxy.router.openshift.io/timeout=90s"
|
||||
tags:
|
||||
- route-timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue