kubezero/charts/kubezero-istio/values.yaml

48 lines
963 B
YAML

global:
# hub: docker.io/istio
# tag: 1.9.0
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:
defaultConfig:
terminationDrainDuration: 60s
# proxyMetadata:
# ISTIO_META_HTTP10: '"1"'
accessLogFile: /dev/stdout
accessLogEncoding: 'JSON'
h2UpgradePolicy: 'DO_NOT_UPGRADE'
tcpKeepalive:
interval: 30s
time: 60s