Enable Istio on IEC type2
[iec.git] / src / use_cases / service_mesh / bookinfo / config / virtual-service-reviews-v3.yaml
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: v3