Set global meshpolicy to prevent upgrade to http2 by default
This commit is contained in:
parent
0b2b5acff7
commit
a0873631c4
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero-istio
|
||||
description: KubeZero Umbrella Chart for Istio
|
||||
type: application
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
appVersion: 1.7.1
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
|
@ -90,6 +90,7 @@ spec:
|
||||
meshConfig:
|
||||
accessLogFile: /dev/stdout
|
||||
accessLogEncoding: 'JSON'
|
||||
h2UpgradePolicy: 'DO_NOT_UPGRADE'
|
||||
values:
|
||||
gateways:
|
||||
istio-ingressgateway:
|
||||
|
Loading…
Reference in New Issue
Block a user