Enable Istio on IEC type2
[iec.git] / src / use_cases / service_mesh / bookinfo / config / virtual-service-reviews-80-20.yaml
1 # yamllint disable rule:hyphens rule:commas rule:indentation rule:line-length
2 apiVersion: networking.istio.io/v1alpha3
3 kind: VirtualService
4 metadata:
5   name: reviews
6 spec:
7   hosts:
8     - reviews
9   http:
10   - route:
11     - destination:
12         host: reviews
13         subset: v1
14       weight: 80
15     - destination:
16         host: reviews
17         subset: v2
18       weight: 20