From 4530f6df0410c06e3458dc576c5ffd6b3291f272 Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Tue, 31 Mar 2026 14:47:45 +0300 Subject: [PATCH] helm: change the proxy_read_timeout --- helm/config/nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;