mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
11 lines
167 B
YAML
11 lines
167 B
YAML
---
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: ratelimit
|
|
namespace: networking
|
|
spec:
|
|
rateLimit:
|
|
average: 10
|
|
period: "10s"
|