apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: bpe-qrcode namespace: bpe spec: hosts: - bpe-qrcode http: - route: - destination: host: bpe-qrcode subset: v11 weight: 90 - destination: host: bpe-qrcode subset: v12 weight: 10 ---