kayx23 commented on issue #2191:
URL:
https://github.com/apache/apisix-ingress-controller/issues/2191#issuecomment-2172847638
Can you try something like this:
```
apiVersion: apisix.apache.org/v2
kind: ApisixRoute
metadata:
name: httpbin-route
spec:
http:
- name: httpbin-route
match:
paths:
- /ip
backends:
- serviceName: httpbin
servicePort: 80
plugins:
- name: limit-count
enable: true
config:
_meta:
priority: 1200
time_window: 10
count: 2
rejected_code: 429
```
and check in the apisx pod if the `_meta.proprity` is updated? You can port
forward 9180 and `curl "http://127.0.0.1:9180/apisix/admin/routes" -H
'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'`.
--
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]