istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/test/datasets/validation/dataset/networking-v1-Gateway.yaml (about)

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