From 813af670366aeb4224e312f4409a009a8f76b441 Mon Sep 17 00:00:00 2001 From: baptiste Date: Sun, 26 Jul 2026 19:43:20 +0200 Subject: [PATCH] fix(web-test): disable ingress TLS redirect behind reverse proxy --- apps/web-test/web-ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-test/web-ingress.yaml b/apps/web-test/web-ingress.yaml index ae3bc14..d5b48e5 100644 --- a/apps/web-test/web-ingress.yaml +++ b/apps/web-test/web-ingress.yaml @@ -4,6 +4,7 @@ metadata: name: web annotations: cert-manager.io/cluster-issuer: letsencrypt-prod + nginx.ingress.kubernetes.io/ssl-redirect: "false" spec: ingressClassName: nginx