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
annotations:
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:
defaultBackend:
service:
@ -20,13 +23,6 @@ spec:
- host: argocd-test.streams.sunet.se
http:
paths:
- path: /.well-known/acme-challenge
pathType: Prefix
backend:
service:
name: acme-solver
port:
number: 80
- path: /
pathType: Prefix
backend:

View file

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