How can I define a limit_req_zone?
#2564
-
|
I have this ingress file I was able to define a How can I define the Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @juanpabloaj
We also have a |
Beta Was this translation helpful? Give feedback.
-
|
Closing the issue as it's answered. |
Beta Was this translation helpful? Give feedback.
Hi @juanpabloaj
limit_req_zoneis at the http level so you would need aConfigMapwith ahttp-snippets, you can find all the parameters and some examples here.We also have a
RateLimitpolicy (if you want to useVirtualServerresources instead ofIngress) that simplifies using all the parameters. You can find the docs here.