kubezero/charts/kubezero-istio/values.yaml

44 lines
850 B
YAML
Raw Normal View History

2020-11-24 14:44:57 +00:00
global:
2020-07-15 15:17:47 +00:00
hub: docker.io/istio
2021-01-26 12:54:56 +00:00
tag: 1.8.2
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'
h2UpgradePolicy: 'DO_NOT_UPGRADE'
tcpKeepalive:
interval: 30s
time: 60s