kubezero/charts/kubezero-istio/values.yaml

93 lines
1.7 KiB
YAML
Raw Permalink Normal View History

2020-11-24 14:44:57 +00:00
global:
2022-12-13 12:13:33 +00:00
variant: distroless
2020-11-24 14:44:57 +00:00
logAsJson: true
defaultPodDisruptionBudget:
enabled: false
priorityClassName: "system-cluster-critical"
istiod:
2020-11-24 14:44:57 +00:00
pilot:
autoscaleEnabled: false
replicaCount: 1
nodeSelector:
node-role.kubernetes.io/control-plane: ""
2020-11-24 14:44:57 +00:00
tolerations:
2023-07-04 15:28:05 +00:00
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
2020-11-24 14:44:57 +00:00
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'
tcpKeepalive:
interval: 60s
time: 120s
kiali-server:
enabled: false
auth:
strategy: anonymous
deployment:
ingress_enabled: false
view_only_mode: true
server:
metrics_enabled: false
external_services:
custom_dashboards:
enabled: false
prometheus:
url: "http://metrics-kube-prometheus-st-prometheus.monitoring:9090"
istio:
enabled: false
gateway: istio-ingress/private-ingressgateway
#url: "kiali.example.com"
rateLimiting:
2021-08-26 12:23:04 +00:00
enabled: false
log:
level: warn
format: json
# 1MB local cache for already reached limits to reduce calls to Redis
localCacheSize: 1048576
# Wether to block requests if ratelimiting is down
failureModeDeny: false
# rate limit descriptors for each domain, examples 10 req/s per sourceIP
descriptors:
ingress:
- key: remote_address
rate_limit:
unit: second
requests_per_unit: 10
privateIngress:
- key: remote_address
rate_limit:
unit: second
requests_per_unit: 10