fix argocd ingress ressource
This commit is contained in:
parent
cd018b7d13
commit
2aa3e076fe
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue