github.com/fafucoder/cilium@v1.6.11/examples/kubernetes-istio/route-rule-reviews-v1-v2.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 - route: 10 - destination: 11 host: reviews 12 subset: v1 13 weight: 50 14 - destination: 15 host: reviews 16 subset: v2 17 weight: 50