2020-11-24 14:44:57 +00:00
|
|
|
global:
|
2021-02-25 22:44:33 +00:00
|
|
|
# hub: docker.io/istio
|
2021-04-20 10:49:29 +00:00
|
|
|
# tag: 1.9.3
|
2020-11-24 14:44:57 +00:00
|
|
|
|
|
|
|
logAsJson: true
|
|
|
|
jwtPolicy: first-party-jwt
|
|
|
|
|
|
|
|
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'
|