add tls to ingress

This commit is contained in:
behrooz
2025-10-10 14:39:20 +03:30
parent 1d670e59ea
commit 1fd625e22d

View File

@@ -541,6 +541,7 @@ controlPlane:
pathType: ImplementationSpecific pathType: ImplementationSpecific
labels: {} labels: {}
annotations: annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/ssl-passthrough: "true" nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true"