purekeeper opened a new issue #841:
URL: https://github.com/apache/apisix-ingress-controller/issues/841
### Issue description
When i want to add a plugin for different uri ,I have to write two times
same backends like below. So can we split the route crd to route crd and
plugin crd ? If i am wrong ,please tell me ,thanks in advance
`spec:
http:
- name: rule1
match:
hosts:
- www.hh.com
paths:
- /a/b/c
backends:
- serviceName: gateway
servicePort: 8080
plugins:
name: cors
- name: rule2
match:
hosts:
- www.hh.com
paths:
- /a/c/d
backends:
- serviceName: gateway
servicePort: 8080
plugins:
name: req-limit`
### Environment
- your apisix-ingress-controller version (output of
apisix-ingress-controller version --long):
- your Kubernetes cluster version (output of kubectl version):
- if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (uname -a):
--
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]