Skip to content

Commit

Permalink
chore: update istio config
Browse files Browse the repository at this point in the history
  • Loading branch information
McDonald755 committed Dec 7, 2024
1 parent 535198f commit 1e81c01
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions charts/univer-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,20 @@ istio-istiod:
enablePrometheusMerge: true
enableTracing: true
defaultConfig:
concurrency: 4
proxyResources:
requests:
cpu: 500m
memory: 512Mi
limits:
cpu: 2000m
memory: 1024Mi
tracing:
sampling: 50.0
proxyMetadata:
EXIT_ON_ZERO_ACTIVE_CONNECTIONS: "true"
CONCURRENT_STREAM_LIMIT: "1500"
HTTP2_MAX_CONCURRENT_STREAMS: "1024"
CONCURRENT_STREAM_LIMIT: "50000"
HTTP2_MAX_CONCURRENT_STREAMS: "50000"
CONNECTION_POOL_MAX_CONNECTIONS: "10000"
istio_cni:
enabled: false

Expand Down

0 comments on commit 1e81c01

Please sign in to comment.