Commit 4f41d96d by 蒋勇

d

parent 59170e8e
...@@ -11,42 +11,34 @@ spec: ...@@ -11,42 +11,34 @@ spec:
http: http:
paths: paths:
- path: / - path: /
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
- path: /web/auth/userCtl/pmgetUserByCode - path: /web/auth/userCtl/pmgetUserByCode
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
- path: /web/auth/userCtl/pmlogin - path: /web/auth/userCtl/pmlogin
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
- path: /web/auth/userCtl/pmregister - path: /web/auth/userCtl/pmregister
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
- path: /web/auth/userCtl/pmSendVCode - path: /web/auth/userCtl/pmSendVCode
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
- path: /web/auth/userCtl/pmloginByVCode - path: /web/auth/userCtl/pmloginByVCode
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
- path: /api - path: /api
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
- path: /web - path: /web
pathType: Prefix
backend: backend:
serviceName: paas-service serviceName: paas-service
servicePort: 80 servicePort: 80
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