Files
bluejay-infra/apps-gx10/fc-php/middleware-php-tenant-rate-limit.json
2026-06-17 18:51:38 -05:00

16 lines
255 B
JSON

{
"apiVersion": "traefik.io/v1alpha1",
"kind": "Middleware",
"metadata": {
"name": "php-tenant-rate-limit",
"namespace": "fc-php"
},
"spec": {
"rateLimit": {
"average": 120,
"burst": 240,
"period": "1m"
}
}
}