try again
This commit is contained in:
parent
cc8a7cbd23
commit
f554c14f0d
|
@ -16,5 +16,4 @@ spec:
|
||||||
- http01:
|
- http01:
|
||||||
ingress:
|
ingress:
|
||||||
name: argocd-ingress
|
name: argocd-ingress
|
||||||
serviceType: ClusterIP
|
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,12 @@ spec:
|
||||||
- host: argocd-test.streams.sunet.se
|
- host: argocd-test.streams.sunet.se
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
- path: /.well-known/acme-challenge
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
label: acme.cert-manager.io/http01-solver
|
||||||
|
port:
|
||||||
|
number: 8089
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|
Loading…
Reference in a new issue