Disable ssl passthrough

This commit is contained in:
Ruben Hensen
2025-03-09 23:33:26 +01:00
parent a105387c0e
commit 0fe2d75830
+1 -1
View File
@@ -243,7 +243,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: prod-cluster-issuer
# Add NGINX TCP passthrough annotations
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-passthrough: "false"
nginx.ingress.kubernetes.io/backend-protocol: "TCP"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec: