istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/testdata/config/rule-ingressgateway.yaml (about)

     1  apiVersion: networking.istio.io/v1alpha3
     2  kind: VirtualService
     3  metadata:
     4    name: gateway-bound-route
     5    namespace: testns
     6  spec:
     7    hosts:
     8      - uk.bookinfo.com
     9    gateways:
    10    - istio-ingressgateway # pinned to ingress gateway only
    11    http:
    12      - route:
    13        - destination:
    14            host: c
    15            subset: v2
    16            port:
    17              number: 80
    18          weight: 100