From 6fb76c040bdfb4054485d7fc2c74f69e731f29ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Thu, 15 Dec 2022 13:57:16 +0100 Subject: [PATCH] ingress test --- Charts/argo-cd/values.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Charts/argo-cd/values.yaml b/Charts/argo-cd/values.yaml index 6de401f..e8a8eb3 100644 --- a/Charts/argo-cd/values.yaml +++ b/Charts/argo-cd/values.yaml @@ -11,18 +11,18 @@ argo-cd: 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.roxedus.com - # tls: - # - hosts: - # - argo.roxedus.com - # secretName: argo-roxedus-com-cert + ingress: + enabled: true + ingressClassName: traefik + annotations: + cert-manager.io/acme-challenge-type: dns01 + cert-manager.io/cluster-issuer: roxedus.com-cloudflare + hosts: + - argo.roxedus.com + tls: + - hosts: + - argo.roxedus.com + secretName: argo-roxedus-com-cert config: accounts.roxedus: apiKey, login