istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/traffic-shifting.yaml (about) 1 apiVersion: networking.istio.io/v1alpha3 2 kind: VirtualService 3 metadata: 4 name: {{.Name}} 5 namespace: {{.Namespace}} 6 spec: 7 hosts: 8 - {{.Host0}} 9 http: 10 - route: 11 - destination: 12 host: {{.Host0}} 13 weight: {{.Weight0}} 14 - destination: 15 host: {{.Host1}} 16 weight: {{.Weight1}} 17 - destination: 18 host: {{.Host2}} 19 weight: {{.Weight2}}