diff --git a/helm/config/nginx/default.conf b/helm/config/nginx/default.conf index b83a52a..cb3a3dc 100644 --- a/helm/config/nginx/default.conf +++ b/helm/config/nginx/default.conf @@ -36,7 +36,7 @@ server { # route.yaml -> annotations: -> haproxy.router.openshift.io/timeout: 30s # The following value MUST be smaller to avoid unwanted behaviour (timeout with status code 200) # Calculation: average (without cache) multiplied by "factor" which should correlates with response time while high load - proxy_read_timeout 3s; + proxy_read_timeout 60s; location /liveness { access_log off;