Skip to content

Instantly share code, notes, and snippets.

@Ullaakut
Created July 1, 2019 14:36
Show Gist options
  • Save Ullaakut/accc73c762232973ab70a30aa4f8e92c to your computer and use it in GitHub Desktop.
Save Ullaakut/accc73c762232973ab70a30aa4f8e92c to your computer and use it in GitHub Desktop.
Rate limited service
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