blob: 82fd6b765c003edce37cd915c908f2b8cc30b037 [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: gateway-bound-route
namespace: testns
spec:
hosts:
- uk.bookinfo.com
gateways:
- istio-ingressgateway # pinned to ingress gateway only
http:
- route:
- destination:
host: c
subset: v2
port:
number: 80
weight: 100