istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/testdata/config/gateway-tcp-a.yaml (about) 1 # Routes TCP traffic through the ingressgateway Gateway to service A. 2 apiVersion: networking.istio.io/v1alpha3 3 kind: Gateway 4 metadata: 5 name: gateway-a 6 namespace: testns 7 spec: 8 selector: 9 # DO NOT CHANGE THESE LABELS 10 # The ingressgateway is defined in install/kubernetes/helm/istio/values.yaml 11 # with these labels 12 istio: ingressgateway 13 servers: 14 - port: 15 number: 31400 16 protocol: TCP 17 name: tcp 18 hosts: 19 - a.istio-system.svc.cluster.local