kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

Provide a number of occurrences allowed to rate-limit

Open bedis opened this issue 6 years ago • 0 comments

Currently the number of occurrences we enfore rate-limit is "hard-coded" in the code and set to 10: https://github.com/haproxytech/kubernetes-ingress/blob/master/controller-rate-limiting.go#L29

I'd like to create an annotation to make this configurable.

bedis avatar Jul 05 '19 10:07 bedis