istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/telemetry/testdata/istio-mtls-gateway.yaml (about) 1 apiVersion: networking.istio.io/v1alpha3 2 kind: Gateway 3 metadata: 4 name: istio-egressgateway 5 spec: 6 selector: 7 istio: egressgateway 8 servers: 9 - port: 10 number: 443 11 name: mtls-tcp 12 protocol: TLS 13 hosts: 14 - fake.external.com 15 tls: 16 mode: ISTIO_MUTUAL