trial and error
This commit is contained in:
parent
49d0fc411a
commit
6a7e716655
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: argocd-ingress
|
||||
namespace: argocd
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt"
|
||||
cert-manager.io/issuer: "lets-encrypt"
|
||||
acme.cert-manager.io/http01-ingress-class: nginx
|
||||
acme.cert-manager.io/http01-edit-in-place: "false"
|
||||
nginx.ingress.kubernetes.io/from-to-www-redirect: "false"
|
||||
|
@ -18,7 +18,7 @@ spec:
|
|||
tls:
|
||||
- hosts:
|
||||
- argocd-test.streams.sunet.se
|
||||
secretName: tls-secret
|
||||
secretName: argocd-tls-secret
|
||||
rules:
|
||||
- host: argocd-test.streams.sunet.se
|
||||
http:
|
||||
|
|
Loading…
Reference in a new issue