Try more stuff

This commit is contained in:
Micke Nordin 2024-10-16 12:18:15 +02:00
parent 3ed80176f2
commit d73835d60b
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 4 additions and 9 deletions

View file

@ -5,6 +5,9 @@ metadata:
namespace: argocd namespace: argocd
annotations: annotations:
cert-manager.io/cluster-issuer: "letsencrypt" cert-manager.io/cluster-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"
spec: spec:
defaultBackend: defaultBackend:
service: service:
@ -20,13 +23,6 @@ spec:
- host: argocd-test.streams.sunet.se - host: argocd-test.streams.sunet.se
http: http:
paths: paths:
- path: /.well-known/acme-challenge
pathType: Prefix
backend:
service:
name: acme-solver
port:
number: 80
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: backend:

View file

@ -17,5 +17,4 @@ spec:
solvers: solvers:
- http01: - http01:
ingress: ingress:
serviceType: ClusterIP class: public
name: acme-solver