From 63c1bc520182869330cd4565268be468a680295d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Mon, 5 Dec 2022 15:41:09 +0100 Subject: [PATCH] ingress --- Charts/argo-cd/values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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"