fix https backend for svc/argocd-server
This commit is contained in:
parent
fd60c22347
commit
230a20273c
2 changed files with 4 additions and 1 deletions
|
@ -7,8 +7,9 @@ metadata:
|
|||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||
acme.cert-manager.io/http01-edit-in-place: "false"
|
||||
ingress.kubernetes.io/ssl-redirect: "false"
|
||||
nginx.org/ssl-services: "argocd-server"
|
||||
spec:
|
||||
rules:
|
||||
- host: "argo.apps.yolokube.de"
|
||||
|
|
|
@ -72,6 +72,8 @@ metadata:
|
|||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||
ingress.kubernetes.io/ssl-redirect: "false"
|
||||
# Use the following annotation if the backend only speaks HTTPS (fill out the service name accordingly):
|
||||
#nginx.org/ssl-services: "example-service"
|
||||
spec:
|
||||
rules:
|
||||
- host: "example.apps.yolokube.de"
|
||||
|
|
Loading…
Reference in a new issue