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