From 4b35c830759902100b8e8087029162ccedeea485 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Feb 2025 12:02:19 +0100 Subject: [PATCH] Change nas.hensen to http --- nas/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nas/ingress.yaml b/nas/ingress.yaml index 5fe5476..158444c 100644 --- a/nas/ingress.yaml +++ b/nas/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: "false" + nginx.ingress.kubernetes.io/ssl-passthrough: "false" # nginx.ingress.kubernetes.io/enable-cors: "true" # type of authentication # nginx.ingress.kubernetes.io/auth-type: basic @@ -19,7 +19,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