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