apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: nginx-vs spec: hosts: - "*" gateways: - nginx-gateway http: - match: - uri: exact: / route: - destination: host: nginx-v1 subset: v1 port: number: 80 weight: 100