rancher-charts/charts/rancher-istio/values.yaml

96 lines
1.8 KiB
YAML
Raw Normal View History

2020-09-22 23:01:37 +00:00
overlayFile: ""
tag: 1.7.1
forceInstall: false
installer:
repository: rancher/istio-installer
tag: 1.7.1-rancher1
istiocoredns:
2020-09-28 22:35:02 +00:00
enabled: false
image:
repository: rancher/coredns-coredns
tag: 1.6.2
pluginImage:
repository: rancher/istio-coredns-plugin
tag: 0.2-istio-1.1
2020-09-22 23:01:37 +00:00
base:
2020-09-28 22:35:02 +00:00
enabled: true
2020-09-22 23:01:37 +00:00
cni:
2020-09-28 22:35:02 +00:00
enabled: false
repository: rancher/istio-install-cni
tag: 1.7.1
2020-09-22 23:01:37 +00:00
egressGateways:
2020-09-28 22:35:02 +00:00
enabled: false
type: NodePort
2020-09-22 23:01:37 +00:00
ingressGateways:
2020-09-28 22:35:02 +00:00
enabled: true
type: NodePort
2020-09-22 23:01:37 +00:00
istiodRemote:
2020-09-28 22:35:02 +00:00
enabled: false
2020-09-22 23:01:37 +00:00
pilot:
2020-09-28 22:35:02 +00:00
enabled: true
repository: rancher/istio-pilot
tag: 1.7.1
2020-09-22 23:01:37 +00:00
2020-09-28 22:35:02 +00:00
#Mixer Policy is deprecated in 1.7.x, will not be supported in 1.8.x
2020-09-22 23:01:37 +00:00
policy:
2020-09-28 22:35:02 +00:00
enabled: false
repository: rancher/istio-mixer
tag: 1.7.1
2020-09-22 23:01:37 +00:00
telemetry:
2020-09-28 22:35:02 +00:00
enabled: true
#Telemetry v1 is deprecated in 1.7.x, will not be supported in 1.8.x
v1:
enabled: false
2020-09-22 23:01:37 +00:00
repository: rancher/istio-mixer
tag: 1.7.1
2020-09-28 22:35:02 +00:00
v2:
enabled: true
2020-09-22 23:01:37 +00:00
sidecarInjectorWebhook:
enableNamespacesByDefault: false
objectSelector:
enabled: true
autoInject: true
rewriteAppHTTPProbe: true
global:
cattle:
systemDefaultRegistry: ""
proxy:
repository: rancher/istio-proxyv2
tag: 1.7.1
proxy_init:
repository: rancher/istio-proxyv2
tag: 1.7.1
defaultPodDisruptionBudget:
enabled: true
# this can be removed in 1.7 as it is default
meshConfig:
enablePrometheusMerge: true
# Kiali subchart from rancher-kiali-server
kiali:
enabled: true
auth:
strategy: anonymous
deployment:
ingress_enabled: false
repository: rancher/kiali-kiali
tag: v1.23.0
external_services:
prometheus:
custom_metrics_url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090"
url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090"
tracing:
enabled: false