istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/tunneling/gateway/tls/passthrough/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: 443
    11        name: tls
    12        protocol: TLS
    13      hosts:
    14      - external.{{ .externalNamespace }}.svc.cluster.local
    15      tls:
    16        mode: PASSTHROUGH