New istio naming schema for virtualservices
This commit is contained in:
parent
24ebdf360f
commit
706b23d547
@ -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: []
|
||||
|
@ -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:
|
||||
|
@ -41,4 +41,4 @@ argo-cd:
|
||||
server: {}
|
||||
istio:
|
||||
enabled: true
|
||||
gateway: private-ingressgateway.istio-system.svc.cluster.local
|
||||
gateway: istio-system/private-ingressgateway
|
||||
|
Loading…
Reference in New Issue
Block a user