istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/tunneling/gateway/tcp/gateway.tmpl.yaml (about) 1 apiVersion: networking.istio.io/v1alpha3 2 kind: Gateway 3 metadata: 4 name: {{ .EgressGatewayServiceName | default "istio-egressgateway" }} 5 spec: 6 selector: 7 istio: {{ .EgressGatewayIstioLabel | default "egressgateway" }} 8 servers: 9 - port: 10 number: 80 11 name: tcp-80 12 protocol: TCP 13 hosts: 14 - external.{{ .externalNamespace }}.svc.cluster.local 15 - port: 16 number: 443 17 name: tcp-443 18 protocol: TCP 19 hosts: 20 - external.{{ .externalNamespace }}.svc.cluster.local