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: - http01:
ingress: ingress:
name: argocd-ingress name: argocd-ingress
serviceType: ClusterIP

View file

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