From c8bc6e130caf9ab2489afb199457c7ca3f94c521 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 16:54:27 +0200 Subject: [PATCH] Disable ente ssl passthrough --- ente-photos/ente-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ente-photos/ente-ingress.yaml b/ente-photos/ente-ingress.yaml index 7427b55..320ecbc 100644 --- a/ente-photos/ente-ingress.yaml +++ b/ente-photos/ente-ingress.yaml @@ -5,7 +5,7 @@ metadata: annotations: # nginx.ingress.kubernetes.io/rewrite-target: / cert-manager.io/cluster-issuer: prod-cluster-issuer - nginx.ingress.kubernetes.io/ssl-passthrough: "true" + nginx.ingress.kubernetes.io/ssl-passthrough: "false" # If you encounter a redirect loop or are getting a 307 response code # then you need to force the nginx ingress to connect to the backend using HTTPS. #