From a35e2eeb92066a4a44567742f702556d5826dd66 Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sun, 15 Mar 2026 03:12:03 +0330 Subject: [PATCH] fix: add proxy timeout annotations to CMS ingress Add nginx.ingress.kubernetes.io/proxy-read-timeout: 3600 and proxy-send-timeout: 3600 to prevent 504 Gateway Timeout on gRPC-Web requests through the nginx ingress controller. --- k8s/staging/cms-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/staging/cms-deployment.yaml b/k8s/staging/cms-deployment.yaml index b65aade..b5797a4 100644 --- a/k8s/staging/cms-deployment.yaml +++ b/k8s/staging/cms-deployment.yaml @@ -110,6 +110,8 @@ metadata: kubernetes.io/ingress.class: "nginx" cert-manager.io/cluster-issuer: "letsencrypt-prod" nginx.ingress.kubernetes.io/ssl-redirect: "true" + nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" + nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" spec: tls: - hosts: