kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
173 stars 12 forks source link

nginx-ingress: warn that path level rate limit is applied separately for each path #147

Closed dobegor closed 3 years ago

dobegor commented 3 years ago

This PR adds a warning that setting a custom path-level rate limit option would cause nginx-ingress generator to apply rate limit for each path separately due to mechanics of path splitting.

Checklist