try again

This commit is contained in:
Micke Nordin 2024-10-16 16:35:17 +02:00
parent cc8a7cbd23
commit f554c14f0d
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 7 additions and 2 deletions

View file

@ -14,7 +14,6 @@ spec:
# Enable the HTTP-01 challenge provider # Enable the HTTP-01 challenge provider
solvers: solvers:
- http01: - http01:
ingress: ingress:
name: argocd-ingress name: argocd-ingress
serviceType: ClusterIP

View file

@ -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: