fix argocd ingress
This commit is contained in:
parent
9068a72034
commit
c4a05e941d
|
|
@ -7,10 +7,7 @@ metadata:
|
|||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
kubernetes.io/ingress.class: haproxy
|
||||
kubernetes.io/tls-acme: "true"
|
||||
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||
# 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.
|
||||
#
|
||||
haproxy-ingress.github.io/ssl-passthrough: "true"
|
||||
haproxy-ingress.github.io/backend-protocol: "h1-ssl"
|
||||
spec:
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in New Issue