try again
This commit is contained in:
parent
371218f3d0
commit
2d027b05a7
|
@ -16,4 +16,5 @@ spec:
|
|||
- http01:
|
||||
ingress:
|
||||
name: argocd-ingress
|
||||
serviceType: ClusterIP
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue