Created
October 4, 2019 06:17
-
-
Save Ullaakut/9cd13fa2d93f55b16223a344ea5c5857 to your computer and use it in GitHub Desktop.
Connection limiting in TraefikEE
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/max-conn-amount: "10" | |
traefik.ingress.kubernetes.io/max-conn-extractor-func: client.ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment