From 1e81c01eb740dcec2053a4e7837254d3978c6e2c Mon Sep 17 00:00:00 2001 From: McDonald755 Date: Sat, 7 Dec 2024 15:04:30 +0800 Subject: [PATCH] chore: update istio config --- charts/univer-stack/values.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/charts/univer-stack/values.yaml b/charts/univer-stack/values.yaml index 14901bf..0bb71cb 100644 --- a/charts/univer-stack/values.yaml +++ b/charts/univer-stack/values.yaml @@ -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