github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/examples/kubernetes-istio/route-rule-reviews-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: v2 13 weight: 100