Greenwave: Make the Openshift route timeout to be 330s
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
adcfe8d241
commit
fbc365bc56
1 changed files with 8 additions and 0 deletions
|
@ -80,3 +80,11 @@
|
|||
- role: openshift/rollout
|
||||
app: greenwave
|
||||
dcname: greenwave-web
|
||||
|
||||
- name: Change the route haproxy default timeout
|
||||
shell: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s"
|
||||
with_items:
|
||||
- greenwave-web
|
||||
- pretty-web
|
||||
tags:
|
||||
- route-timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue