whc4: deploy PHP tenant edge controls
This commit is contained in:
15
apps-gx10/fc-php/middleware-php-tenant-rate-limit.json
Normal file
15
apps-gx10/fc-php/middleware-php-tenant-rate-limit.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"apiVersion": "traefik.io/v1alpha1",
|
||||
"kind": "Middleware",
|
||||
"metadata": {
|
||||
"name": "php-tenant-rate-limit",
|
||||
"namespace": "fc-php"
|
||||
},
|
||||
"spec": {
|
||||
"rateLimit": {
|
||||
"average": 120,
|
||||
"burst": 240,
|
||||
"period": "1m"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user