try again

This commit is contained in:
Micke Nordin 2024-10-16 16:53:50 +02:00
parent 371218f3d0
commit 2d027b05a7
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 6 additions and 5 deletions

View file

@ -16,4 +16,5 @@ spec:
- http01:
ingress:
name: argocd-ingress
serviceType: ClusterIP

View file

@ -6,8 +6,7 @@ metadata:
annotations:
cert-manager.io/issuer: "letsencrypt"
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"
acme.cert-manager.io/http01-edit-in-place: "true"
spec:
defaultBackend:
service:
@ -23,9 +22,10 @@ spec:
- host: argocd-test.streams.sunet.se
http:
paths:
- path: /.well-known/acme-challenge
- path: /
pathType: Prefix
backend:
service:
label: acme.cert-manager.io/http01-solver
name: argocd-server
port:
number: 8089
number: 80