istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/gateway.yaml (about)

     1  # Gateway with bad selector
     2  #
     3  apiVersion: networking.istio.io/v1alpha3
     4  kind: Gateway
     5  metadata:
     6    name: httpbin-gateway-bogus
     7  spec:
     8    selector:
     9      istio: ingresstypo
    10    servers:
    11    - port:
    12        number: 80
    13        name: http
    14        protocol: HTTP
    15      hosts:
    16      - "*"