diff --git a/Charts/argo-cd/values.yaml b/Charts/argo-cd/values.yaml index 91c8066..db4de0c 100644 --- a/Charts/argo-cd/values.yaml +++ b/Charts/argo-cd/values.yaml @@ -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"