istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/bookinfo/networking/virtual-service-reviews-80-20.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: 80
    14      - destination:
    15          host: reviews
    16          subset: v2
    17        weight: 20