kubernetes-ingress
kubernetes-ingress copied to clipboard
Provide a number of occurrences allowed to rate-limit
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.