istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/bookinfo/networking/virtual-service-reviews-jason-v2-v3.yaml (about) 1 apiVersion: networking.istio.io/v1alpha3 2 kind: VirtualService 3 metadata: 4 name: reviews 5 spec: 6 hosts: 7 - reviews 8 http: 9 - match: 10 - headers: 11 end-user: 12 exact: jason 13 route: 14 - destination: 15 host: reviews 16 subset: v2 17 - route: 18 - destination: 19 host: reviews 20 subset: v3