Set global meshpolicy to prevent upgrade to http2 by default

This commit is contained in:
Stefan Reimer 2020-09-16 16:50:48 +01:00
parent ddb51294c9
commit d3c8c92f9a
2 changed files with 2 additions and 1 deletions

View File

@ -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.0 version: 0.3.1
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

View File

@ -90,6 +90,7 @@ spec:
meshConfig: meshConfig:
accessLogFile: /dev/stdout accessLogFile: /dev/stdout
accessLogEncoding: 'JSON' accessLogEncoding: 'JSON'
h2UpgradePolicy: 'DO_NOT_UPGRADE'
values: values:
gateways: gateways:
istio-ingressgateway: istio-ingressgateway: