istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/iop-remote-integration-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: remote 8 meshConfig: 9 accessLogFile: "/dev/stdout" 10 defaultConfig: 11 proxyMetadata: 12 ISTIO_META_DNS_CAPTURE: "true" 13 components: 14 egressGateways: 15 - name: istio-egressgateway 16 enabled: false