istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/istio-cni/files/profile-compatibility-version-1.20.yaml (about)

     1  # WARNING: DO NOT EDIT, THIS FILE IS A COPY.
     2  # The original version of this file is located at /manifests/helm-profiles directory.
     3  # If you want to make a change in this file, edit the original one and run "make gen".
     4  
     5  pilot:
     6    env:
     7      # 1.21 behavioral changes
     8      ENABLE_EXTERNAL_NAME_ALIAS: "false"
     9      PERSIST_OLDEST_FIRST_HEURISTIC_FOR_VIRTUAL_SERVICE_HOST_MATCHING: "true"
    10      VERIFY_CERTIFICATE_AT_CLIENT: "false"
    11      ENABLE_AUTO_SNI: "false"
    12  
    13      # 1.22 behavioral changes
    14      ENABLE_RESOLUTION_NONE_TARGET_PORT: "false"
    15  
    16  meshConfig:
    17    # 1.22 behavioral changes
    18    defaultConfig:
    19      proxyMetadata:
    20        ISTIO_DELTA_XDS: "false"
    21      tracing:
    22        zipkin:
    23          address: zipkin.istio-system:9411