From f43e078c573724ccdc001fca158d6e104d9973fa Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 6 Aug 2020 19:07:06 +0100 Subject: [PATCH] New istio naming schema for virtualservices --- charts/kubezero-argo-cd/values.yaml | 2 +- charts/kubezero-metrics/values.yaml | 4 ++-- deploy/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kubezero-argo-cd/values.yaml b/charts/kubezero-argo-cd/values.yaml index 749a5f2..c02fed2 100644 --- a/charts/kubezero-argo-cd/values.yaml +++ b/charts/kubezero-argo-cd/values.yaml @@ -70,5 +70,5 @@ argo-cd: # argo-cd.istio.enabled -- Deploy Istio VirtualService to expose ArgoCD enabled: false # argo-cd.istio.gateway -- Name of the Istio gateway to add the VirtualService to - gateway: ingressgateway.istio-system.svc.cluster.local + gateway: istio-system/ingressgateway ipBlocks: [] diff --git a/charts/kubezero-metrics/values.yaml b/charts/kubezero-metrics/values.yaml index 881b91a..4db7875 100644 --- a/charts/kubezero-metrics/values.yaml +++ b/charts/kubezero-metrics/values.yaml @@ -3,13 +3,13 @@ grafana: enabled: false ipBlocks: [] url: "" - gateway: ingressgateway.istio-system.svc.cluster.local + gateway: istio-system/ingressgateway prometheus: istio: enabled: false url: "" - gateway: ingressgateway.istio-system.svc.cluster.local + gateway: istio-system/ingressgateway prometheus-operator: defaultRules: diff --git a/deploy/values.yaml b/deploy/values.yaml index 8bc82cf..ea9abff 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -41,4 +41,4 @@ argo-cd: server: {} istio: enabled: true - gateway: private-ingressgateway.istio-system.svc.cluster.local + gateway: istio-system/private-ingressgateway