Disable ente ssl passthrough

This commit is contained in:
Ruben Hensen
2024-09-12 16:54:27 +02:00
parent b5a9dd1203
commit c8bc6e130c
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
annotations: annotations:
# nginx.ingress.kubernetes.io/rewrite-target: / # nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: prod-cluster-issuer 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 # 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. # then you need to force the nginx ingress to connect to the backend using HTTPS.
# #