From 74e9d2bdc3fb50b1bba4bf600d3ea2c237452c0e Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 20 Aug 2022 16:50:54 +0200 Subject: [PATCH] refactor(_argocd): change domain to argocd.cloud.mareshq.com --- _argocd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_argocd/values.yaml b/_argocd/values.yaml index 519279a..ec5a7f9 100644 --- a/_argocd/values.yaml +++ b/_argocd/values.yaml @@ -22,7 +22,7 @@ argo-cd: ingress: enabled: true hosts: - - argocd.bee.k8s.vxm.cz + - argocd.cloud.mareshq.com ingressClassName: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt-prod @@ -32,5 +32,5 @@ argo-cd: nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" tls: - hosts: - - argocd.bee.k8s.vxm.cz + - argocd.cloud.mareshq.com secretName: argocd-tls