istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/multicluster/expose-services.yaml (about) 1 apiVersion: networking.istio.io/v1alpha3 2 kind: Gateway 3 metadata: 4 name: cross-network-gateway 5 spec: 6 selector: 7 istio: eastwestgateway 8 servers: 9 - port: 10 number: 15443 11 name: tls 12 protocol: TLS 13 tls: 14 mode: AUTO_PASSTHROUGH 15 hosts: 16 - "*.local"