From ad7bc5450ac9d74451d084d4c2a179a02647e4a6 Mon Sep 17 00:00:00 2001 From: Carlo Minotti <50220438+minottic@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:30:58 +0100 Subject: [PATCH] Increase timeout to 10 min --- helm/configs/backend/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/configs/backend/values.yaml b/helm/configs/backend/values.yaml index 045f2c2..5aaa5b6 100644 --- a/helm/configs/backend/values.yaml +++ b/helm/configs/backend/values.yaml @@ -47,7 +47,7 @@ ingresses: kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-prod nginx.ingress.kubernetes.io/proxy-body-size: 50m - nginx.ingress.kubernetes.io/proxy-read-timeout: "120" + nginx.ingress.kubernetes.io/proxy-read-timeout: 600 hosts: - host: "{{ .Values.host }}" paths: