Created
July 1, 2019 14:36
-
-
Save Ullaakut/accc73c762232973ab70a30aa4f8e92c to your computer and use it in GitHub Desktop.
Rate limited service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: extensions/v1beta1 | |
kind: Ingress | |
metadata: | |
name: myservice | |
namespace: traefikee | |
labels: | |
app: myservice | |
annotations: | |
traefik.ingress.kubernetes.io/rate-limit: | | |
extractorfunc: client.ip | |
rateset: | |
bar: | |
period: 10s | |
average: 10000 | |
burst: 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment