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

97 lines
1.9 KiB
YAML
Raw Normal View History

2020-09-30 23:34:22 +00:00
overlayFile: ""
2020-11-10 00:02:10 +00:00
tag: 1.7.3
##Setting forceInstall: true will remove the check for istio version < 1.6.x and will not analyze your install cluster prior to install
2020-09-30 23:34:22 +00:00
forceInstall: false
installer:
repository: rancher/istio-installer
2020-11-10 00:02:10 +00:00
tag: 1.7.3-rancher2
2020-09-30 23:34:22 +00:00
istiocoredns:
enabled: false
image:
repository: rancher/coredns-coredns
tag: 1.6.2
pluginImage:
repository: rancher/istio-coredns-plugin
tag: 0.2-istio-1.1
base:
enabled: true
cni:
enabled: false
repository: rancher/istio-install-cni
2020-11-10 00:02:10 +00:00
tag: 1.7.3
2020-09-30 23:34:22 +00:00
egressGateways:
enabled: false
type: NodePort
ingressGateways:
enabled: true
type: NodePort
istiodRemote:
enabled: false
pilot:
enabled: true
repository: rancher/istio-pilot
2020-11-10 00:02:10 +00:00
tag: 1.7.3
2020-09-30 23:34:22 +00:00
#Mixer Policy is deprecated in 1.7.x, will not be supported in 1.8.x
policy:
enabled: false
repository: rancher/istio-mixer
2020-11-10 00:02:10 +00:00
tag: 1.7.3
2020-09-30 23:34:22 +00:00
telemetry:
enabled: true
#Telemetry v1 is deprecated in 1.7.x, will not be supported in 1.8.x
v1:
enabled: false
repository: rancher/istio-mixer
2020-11-10 00:02:10 +00:00
tag: 1.7.3
2020-09-30 23:34:22 +00:00
v2:
enabled: true
sidecarInjectorWebhook:
enableNamespacesByDefault: false
objectSelector:
enabled: true
autoInject: true
rewriteAppHTTPProbe: true
global:
cattle:
systemDefaultRegistry: ""
proxy:
repository: rancher/istio-proxyv2
2020-11-10 00:02:10 +00:00
tag: 1.7.3
2020-09-30 23:34:22 +00:00
proxy_init:
repository: rancher/istio-proxyv2
2020-11-10 00:02:10 +00:00
tag: 1.7.3
2020-09-30 23:34:22 +00:00
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
2020-11-10 00:02:10 +00:00
tag: v1.24.0
2020-09-30 23:34:22 +00:00
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