deploy(tenant): add bluejay.dev edge controls
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"apiVersion": "traefik.io/v1alpha1",
|
||||
"kind": "Middleware",
|
||||
"metadata": {
|
||||
"name": "andrew-tenant-rate-limit",
|
||||
"namespace": "fc-tenant-andrew"
|
||||
},
|
||||
"spec": {
|
||||
"rateLimit": {
|
||||
"average": 120,
|
||||
"burst": 240,
|
||||
"period": "1m"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user