KubeZero/charts/kubezero-istio-gateway/charts/gateway/files/profile-compatibility-version-1.20.yaml

27 lines
837 B
YAML
Raw Normal View History

2024-07-19 14:21:03 +00:00
# WARNING: DO NOT EDIT, THIS FILE IS A COPY.
# The original version of this file is located at /manifests/helm-profiles directory.
# If you want to make a change in this file, edit the original one and run "make gen".
2024-04-03 11:49:07 +00:00
pilot:
env:
2024-07-19 14:21:03 +00:00
# 1.21 behavioral changes
2024-04-03 11:49:07 +00:00
ENABLE_EXTERNAL_NAME_ALIAS: "false"
PERSIST_OLDEST_FIRST_HEURISTIC_FOR_VIRTUAL_SERVICE_HOST_MATCHING: "true"
VERIFY_CERTIFICATE_AT_CLIENT: "false"
ENABLE_AUTO_SNI: "false"
2024-07-19 14:21:03 +00:00
# 1.22 behavioral changes
ENABLE_ENHANCED_RESOURCE_SCOPING: "false"
ENABLE_RESOLUTION_NONE_TARGET_PORT: "false"
meshConfig:
defaultConfig:
proxyMetadata:
# 1.22 behavioral changes
2024-07-19 14:21:03 +00:00
ISTIO_DELTA_XDS: "false"
# 1.23 behavioral changes
ENABLE_DELIMITED_STATS_TAG_REGEX: "false"
2024-07-19 14:21:03 +00:00
tracing:
zipkin:
address: zipkin.istio-system:9411