istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/tcp.yaml.golden (about) 1 apiVersion: networking.istio.io/v1alpha3 2 kind: Gateway 3 metadata: 4 annotations: 5 internal.istio.io/gateway-semantics: gateway 6 internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix 7 internal.istio.io/parents: Gateway/gateway/default.istio-system 8 creationTimestamp: null 9 name: gateway-istio-autogenerated-k8s-gateway-default 10 namespace: istio-system 11 spec: 12 servers: 13 - hosts: 14 - '*/*' 15 port: 16 name: default 17 number: 34000 18 protocol: TCP 19 --- 20 apiVersion: networking.istio.io/v1alpha3 21 kind: VirtualService 22 metadata: 23 annotations: 24 internal.istio.io/parents: TCPRoute/tcp.default 25 internal.istio.io/route-semantics: gateway 26 creationTimestamp: null 27 name: tcp-tcp-0-istio-autogenerated-k8s-gateway 28 namespace: default 29 spec: 30 gateways: 31 - istio-system/gateway-istio-autogenerated-k8s-gateway-default 32 hosts: 33 - '*' 34 tcp: 35 - route: 36 - destination: 37 host: httpbin.default.svc.domain.suffix 38 port: 39 number: 9090 40 ---