New istio naming schema for virtualservices

This commit is contained in:
Stefan Reimer 2020-08-06 19:07:06 +01:00
parent 08a73b6e82
commit f43e078c57
3 changed files with 4 additions and 4 deletions

View File

@ -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: []

View File

@ -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:

View File

@ -41,4 +41,4 @@ argo-cd:
server: {}
istio:
enabled: true
gateway: private-ingressgateway.istio-system.svc.cluster.local
gateway: istio-system/private-ingressgateway