Commit 0793a9b0 authored by fangxinjiang's avatar fangxinjiang

配置调整

parent da1954b7
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: qas-mvp-yifu-auth
namespace: qas-mvp
spec:
gateways:
- istio-system/qas-yifu-gateway
hosts:
- qas-mvp-yifu-auth.yifucenter.com
http:
- match:
- uri:
prefix: /
rewrite:
uri: /
route:
- destination:
host: yifu-auth.qas-mvp.svc.cluster.local
port:
number: 3500
\ No newline at end of file
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: qas-mvp-yifu-upms
namespace: qas-mvp
spec:
gateways:
- istio-system/qas-yifu-gateway
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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment