TCP keepalive tuning for Istio

This commit is contained in:
Stefan Reimer 2020-09-17 17:54:57 +01:00
parent d3c8c92f9a
commit 47455bf4f0
3 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-istio
description: KubeZero Umbrella Chart for Istio
type: application
version: 0.3.1
version: 0.3.2
appVersion: 1.7.1
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png

View File

@ -67,6 +67,10 @@ spec:
meshConfig:
accessLogFile: /dev/stdout
accessLogEncoding: 'JSON'
h2UpgradePolicy: 'DO_NOT_UPGRADE'
tcpKeepalive:
interval: 30s
time: 60s
values:
gateways:

View File

@ -91,6 +91,9 @@ spec:
accessLogFile: /dev/stdout
accessLogEncoding: 'JSON'
h2UpgradePolicy: 'DO_NOT_UPGRADE'
tcpKeepalive:
interval: 30s
time: 60s
values:
gateways:
istio-ingressgateway: