From 6292b91f525c13f8c4c0ec5ec12bd1095aaa0e7e Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Wed, 14 Feb 2024 11:37:55 +0530 Subject: [PATCH] reduce nginx read timeouts --- helm/osmcha/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/osmcha/templates/ingress.yaml b/helm/osmcha/templates/ingress.yaml index 36b0c2e..5f674ea 100644 --- a/helm/osmcha/templates/ingress.yaml +++ b/helm/osmcha/templates/ingress.yaml @@ -4,7 +4,7 @@ metadata: name: osmcha-ingress annotations: cert-manager.io/issuer: "letsencrypt-prod" - nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" + nginx.ingress.kubernetes.io/proxy-read-timeout: "60" spec: ingressClassName: nginx {{- if .Values.config.enable_tls }}