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

78 lines
1.5 KiB
YAML
Raw Normal View History

2020-07-30 23:09:43 +00:00
revision: "" # leave blank for no canary deployment, or set to given revision, eg: "1-7-2"
overlayFile: ""
2020-08-03 23:44:55 +00:00
tag: 1.6.7
installerVersion: 0.1.5
2020-07-21 20:22:47 +00:00
istiocoredns:
enabled: false
image:
repository: coredns/coredns
tag: 1.6.2
pluginImage: istio/coredns-plugin:0.2-istio-1.1
base:
enabled: true
cni:
enabled: false
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
image: pilot
policy:
enabled: true
image: mixer
telemetry:
enabled: true
image: mixer
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:
proxy:
image: proxyv2
proxy_init:
image: proxyv2
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:
# todo: what auth strategy ?
# strategy: token # this is default, you can use a service-account or kubeconfig token
strategy: anonymous
deployment:
ingress_enabled: false
external_services:
prometheus:
2020-08-16 23:54:36 +00:00
custom_metrics_url: "http://rancher-monitoring-prometheus.monitoring-system.svc:9090"
url: "http://rancher-monitoring-prometheus.monitoring-system.svc:9090"
2020-08-06 23:47:55 +00:00
tracing:
enabled: false
# TODO : update images
# deployment:
# image_name: "rancher..."
# image_version: v1.....