From 02f67dc8567de05e3fe85643e3e02ecb561b7658 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 19:13:02 +0200 Subject: [PATCH] Change to http --- ente-photos/ente-web-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ente-photos/ente-web-ingress.yaml b/ente-photos/ente-web-ingress.yaml index 4ddc42e..f0ea266 100644 --- a/ente-photos/ente-web-ingress.yaml +++ b/ente-photos/ente-web-ingress.yaml @@ -9,7 +9,7 @@ metadata: # 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. # - nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" + nginx.ingress.kubernetes.io/backend-protocol: "HTTP" namespace: ente-photos spec: ingressClassName: nginx