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
|
# argo-cd.istio.enabled -- Deploy Istio VirtualService to expose ArgoCD
|
||||||
enabled: false
|
enabled: false
|
||||||
# argo-cd.istio.gateway -- Name of the Istio gateway to add the VirtualService to
|
# 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: []
|
ipBlocks: []
|
||||||
|
@ -3,13 +3,13 @@ grafana:
|
|||||||
enabled: false
|
enabled: false
|
||||||
ipBlocks: []
|
ipBlocks: []
|
||||||
url: ""
|
url: ""
|
||||||
gateway: ingressgateway.istio-system.svc.cluster.local
|
gateway: istio-system/ingressgateway
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
istio:
|
istio:
|
||||||
enabled: false
|
enabled: false
|
||||||
url: ""
|
url: ""
|
||||||
gateway: ingressgateway.istio-system.svc.cluster.local
|
gateway: istio-system/ingressgateway
|
||||||
|
|
||||||
prometheus-operator:
|
prometheus-operator:
|
||||||
defaultRules:
|
defaultRules:
|
||||||
|
@ -41,4 +41,4 @@ argo-cd:
|
|||||||
server: {}
|
server: {}
|
||||||
istio:
|
istio:
|
||||||
enabled: true
|
enabled: true
|
||||||
gateway: private-ingressgateway.istio-system.svc.cluster.local
|
gateway: istio-system/private-ingressgateway
|
||||||
|
Loading…
Reference in New Issue
Block a user