apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
  name: qas-mvp-yifu-upms
  namespace: qas-mvp
spec:
  gateways:
    - istio-system/qas-worfu
  hosts:
    - qas-mvp-yifu-upms.yifucenter.com
  http:
    - match:
        - uri:
            prefix: /
      rewrite:
        uri: /
      route:
        - destination:
            host: yifu-upms.qas-mvp.svc.cluster.local
            port:
              number: 3500