jaikewhh166 commented on issue #1468:
URL:
https://github.com/apache/apisix-ingress-controller/issues/1468#issuecomment-1319666578
1. apisixroute yaml
apiVersion: apisix.apache.org/v2beta3
kind: ApisixRoute
metadata:
name: user-api-h5-whatb-xyz
namespace: api
labels:
project: yowin
service: user-api
spec:
http:
- name: intf-user-reg
priority: 30
match:
hosts:
- hh.whatb.xyz
paths:
- "/api/user/register*"
backends:
- serviceName: user-api-reg
servicePort: 8080
- name: intf-user
priority: 20
match:
hosts:
- hh.whatb.xyz
paths:
- "/api/user*"
backends:
- serviceName: user-api
servicePort: 8080
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]