whc4: deploy PHP tenant edge controls

This commit is contained in:
Andrew Stoltz
2026-06-17 18:51:38 -05:00
parent ca1b1e8a3a
commit 41fb117ff0
6 changed files with 89 additions and 12 deletions

View 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"
}
}
}