From 89e116a801011b91194e98444fc0f2bb4d90a765 Mon Sep 17 00:00:00 2001 From: Carlo Minotti Date: Tue, 4 Oct 2022 10:28:38 +0200 Subject: [PATCH] Double the be proxy read timeout for long queries --- helm_configs/backend/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm_configs/backend/values.yaml b/helm_configs/backend/values.yaml index 42df314..145518f 100644 --- a/helm_configs/backend/values.yaml +++ b/helm_configs/backend/values.yaml @@ -46,6 +46,7 @@ ingress: 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" hosts: - host: "{{ .Values.host }}" paths: