2020-11-24 06:44:57 -08:00
|
|
|
global:
|
2021-02-25 23:44:33 +01:00
|
|
|
# hub: docker.io/istio
|
2021-07-01 16:42:24 +02:00
|
|
|
# tag: 1.10.2
|
2020-11-24 06:44:57 -08:00
|
|
|
|
|
|
|
logAsJson: true
|
|
|
|
|
|
|
|
defaultPodDisruptionBudget:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
priorityClassName: "system-cluster-critical"
|
|
|
|
|
|
|
|
istio-discovery:
|
|
|
|
pilot:
|
|
|
|
autoscaleEnabled: false
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
# Not implemented, monkey patched in the chart itself
|
|
|
|
nodeSelector:
|
|
|
|
node-role.kubernetes.io/master: ""
|
|
|
|
tolerations:
|
|
|
|
- effect: NoSchedule
|
|
|
|
key: node-role.kubernetes.io/master
|
|
|
|
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 128Mi
|
|
|
|
# env:
|
|
|
|
# PILOT_ENABLE_MYSQL_FILTER: true
|
|
|
|
# PILOT_ENABLE_REDIS_FILTER: true
|
|
|
|
# PILOT_HTTP10: true
|
|
|
|
|
|
|
|
telemetry:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
meshConfig:
|
|
|
|
accessLogFile: /dev/stdout
|
|
|
|
accessLogEncoding: 'JSON'
|
2021-04-30 21:09:20 +02:00
|
|
|
tcpKeepalive:
|
|
|
|
interval: 60s
|
|
|
|
time: 120s
|