istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/traffic-mirroring-template.yaml (about) 1 apiVersion: networking.istio.io/v1alpha3 2 kind: VirtualService 3 metadata: 4 name: {{.Name}} 5 spec: 6 hosts: 7 - b 8 http: 9 - route: 10 - destination: 11 host: b 12 mirror: 13 host: {{.MirrorHost}} 14 {{- if not .Absent }} 15 mirrorPercentage: 16 value: {{.Percent}} 17 {{- end }}