From eeb1f6a43becb31a8ab9e61bef82a43672630795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20P=C3=A9rez=20Mundaca?= <53226333+nspmx@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:08:32 -0400 Subject: [PATCH] add more proxy timeout on production --- helm/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/production.yaml b/helm/production.yaml index 86d24dc..6f86cc2 100644 --- a/helm/production.yaml +++ b/helm/production.yaml @@ -69,8 +69,8 @@ ingress: cert-manager.io/cluster-issuer: "letsencrypt-prod" acme.cert-manager.io/http01-edit-in-place: "true" ingress.kubernetes.io/ssl-redirect: "true" - nginx.org/proxy-connect-timeout: "120s" - nginx.org/proxy-read-timeout: "120s" + nginx.org/proxy-connect-timeout: "480s" + nginx.org/proxy-read-timeout: "480s" nginx.org/proxy-buffers: "8 16k" nginx.org/proxy-buffer-size: "16k" nginx.org/proxy-busy-buffers-size: "64k"