16 lines
255 B
JSON
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"
|
|
}
|
|
}
|
|
}
|