From a6e27a97c5de687bfc85dbd5aab9f6a08ab0858d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 16:56:48 +0200 Subject: [PATCH] https to http --- 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 320ecbc..7eb3d21 100644 --- a/ente-photos/ente-ingress.yaml +++ b/ente-photos/ente-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