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

85 lines
1.6 KiB
YAML
Raw Normal View History

2020-07-30 23:09:43 +00:00
overlayFile: ""
tag: 1.6.8
installerVersion: 1.6.8-rancher1
forceInstall: false
2020-07-21 20:22:47 +00:00
istiocoredns:
enabled: false
image:
repository: rancher/coredns-coredns
2020-07-21 20:22:47 +00:00
tag: 1.6.2
pluginImage:
repository: rancher/istio-coredns-plugin
tag: 0.2-istio-1.1
2020-07-21 20:22:47 +00:00
base:
enabled: true
cni:
enabled: false
repository: rancher/istio-install-cni
tag: 1.6.7
2020-07-21 20:22:47 +00:00
egressGateways:
2020-08-03 23:44:55 +00:00
enabled: false
2020-07-30 23:09:43 +00:00
type: NodePort
2020-07-21 20:22:47 +00:00
ingressGateways:
enabled: true
2020-07-30 23:09:43 +00:00
type: NodePort
2020-07-21 20:22:47 +00:00
istiodRemote:
enabled: false
pilot:
enabled: true
repository: rancher/istio-pilot
tag: 1.6.7
2020-07-21 20:22:47 +00:00
policy:
enabled: true
repository: rancher/istio-mixer
tag: 1.6.7
2020-07-21 20:22:47 +00:00
telemetry:
enabled: true
repository: rancher/istio-mixer
tag: 1.6.7
2020-07-21 20:22:47 +00:00
sidecarInjectorWebhook:
enableNamespacesByDefault: false
objectSelector:
enabled: true
autoInject: true
2020-07-30 23:09:43 +00:00
rewriteAppHTTPProbe: true
2020-07-21 20:22:47 +00:00
global:
systemDefaultRegistry: ""
2020-07-21 20:22:47 +00:00
proxy:
repository: rancher/istio-proxyv2
tag: 1.6.7
2020-07-21 20:22:47 +00:00
proxy_init:
repository: rancher/istio-proxyv2
tag: 1.6.7
2020-08-06 23:47:55 +00:00
# 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:
##TODO: update kiali to allow for repository and image
2020-08-06 23:47:55 +00:00
ingress_enabled: false
image_name: docker.io/rancher/kiali-kiali
image_version: v1.22.1
2020-08-06 23:47:55 +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"
2020-08-06 23:47:55 +00:00
tracing:
enabled: false