fix argocd ingress ressource

This commit is contained in:
Aaron Riedel 2023-03-12 23:21:52 +01:00
parent cd018b7d13
commit 2aa3e076fe
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -7,7 +7,7 @@ metadata:
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: letsencrypt-prod
acme.cert-manager.io/http01-edit-in-place: "false"
acme.cert-manager.io/http01-edit-in-place: "true"
ingress.kubernetes.io/ssl-redirect: "false"
nginx.org/ssl-services: "argocd-server"
spec: