istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/tunneling/gateway/tls/istio-mutual/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: http
    12        protocol: TLS
    13      hosts:
    14      - external.{{ .externalNamespace }}.svc.cluster.local
    15      tls:
    16        mode: ISTIO_MUTUAL
    17    - port:
    18        number: 443
    19        name: https
    20        protocol: TLS
    21      hosts:
    22      - external.{{ .externalNamespace }}.svc.cluster.local
    23      tls:
    24        mode: ISTIO_MUTUAL