istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/iop-ambient-test-defaults.yaml (about)

     1  # This file provides some defaults for integration testing.
     2  apiVersion: install.istio.io/v1alpha1
     3  kind: IstioOperator
     4  metadata:
     5    name: install
     6  spec:
     7    profile: ambient
     8    components:
     9      ingressGateways:
    10        - name: istio-ingressgateway
    11          enabled: true
    12    values:
    13      cni:
    14        ambient:
    15          # Some of the tests require DNS capture
    16          # For that, DNS capture must be enabled in the CNI
    17          # and DNS proxying must be enabled in ztunnel
    18          dnsCapture: true
    19      ztunnel:
    20        meshConfig:
    21          defaultConfig:
    22            proxyMetadata:
    23              ISTIO_META_DNS_CAPTURE: "true"
    24      meshConfig:
    25        defaultConfig:
    26          proxyMetadata:
    27            ISTIO_META_DNS_CAPTURE: "true"
    28            DNS_PROXY_ADDR: "0.0.0.0:15053"
    29        accessLogFile: /dev/stdout