blob: 1a2d2adab32f20d0aaefaf2bb4a455c4d65c92c6 [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: valid-virtual-service
spec:
hosts:
- c
http:
- route:
- destination:
host: c
subset: v1
weight: 75
- destination:
host: c
subset: v2
weight: 25