This commit is contained in:
Simen Røstvik 2022-12-05 15:41:09 +01:00
parent 4199289b32
commit 610e01fe3d
1 changed files with 14 additions and 0 deletions

View File

@ -10,6 +10,20 @@ argo-cd:
type: NodePort
extraArgs:
- --insecure
ingress:
enabled: true
ingressClassName: traefik
annotations:
cert-manager.io/acme-challenge-type: dns01
cert-manager.io/cluster-issuer: roxedus.com-cloudflare
hosts:
- argo-cd.roxedus.com
tls:
- hosts:
- argo-cd.roxedus.com
secretName: argo-cd-roxedus-com-cert
config:
accounts.roxedus: apiKey, login
accounts.admin.enabled: "true"