To use, add ingressClassName: nginx spec field or the kubernetes.io/ingress.class: nginx annotation to your Ingress resources. This chart bootstraps an ingress-nginx ...
This will implement rate limit on specific path (/exact/path) and prefixed path (/prefix/me) inside the location block location = /exact/path { access_by_lua_block { local ip = ngx.var.remote_addr ...