GPU-Live/template/prd/istio-1.23.1/samples/bookinfo/networking/virtual-service-reviews-50-...

18 lines
307 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: reviews
spec:
hosts:
- reviews
http:
- route:
- destination:
host: reviews
subset: v1
weight: 50
- destination:
host: reviews
subset: v3
weight: 50