TCP keepalive tuning for Istio
This commit is contained in:
parent
a0873631c4
commit
ec18529956
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-istio
|
name: kubezero-istio
|
||||||
description: KubeZero Umbrella Chart for Istio
|
description: KubeZero Umbrella Chart for Istio
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.1
|
version: 0.3.2
|
||||||
appVersion: 1.7.1
|
appVersion: 1.7.1
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
|
@ -67,6 +67,10 @@ spec:
|
|||||||
meshConfig:
|
meshConfig:
|
||||||
accessLogFile: /dev/stdout
|
accessLogFile: /dev/stdout
|
||||||
accessLogEncoding: 'JSON'
|
accessLogEncoding: 'JSON'
|
||||||
|
h2UpgradePolicy: 'DO_NOT_UPGRADE'
|
||||||
|
tcpKeepalive:
|
||||||
|
interval: 30s
|
||||||
|
time: 60s
|
||||||
|
|
||||||
values:
|
values:
|
||||||
gateways:
|
gateways:
|
||||||
|
@ -91,6 +91,9 @@ spec:
|
|||||||
accessLogFile: /dev/stdout
|
accessLogFile: /dev/stdout
|
||||||
accessLogEncoding: 'JSON'
|
accessLogEncoding: 'JSON'
|
||||||
h2UpgradePolicy: 'DO_NOT_UPGRADE'
|
h2UpgradePolicy: 'DO_NOT_UPGRADE'
|
||||||
|
tcpKeepalive:
|
||||||
|
interval: 30s
|
||||||
|
time: 60s
|
||||||
values:
|
values:
|
||||||
gateways:
|
gateways:
|
||||||
istio-ingressgateway:
|
istio-ingressgateway:
|
||||||
|
Loading…
Reference in New Issue
Block a user