Files
bluejay-infra/apps-gx10/fc-tenant-andrew/middleware-andrew-admin-ip-allowlist.json
2026-06-18 16:21:08 -05:00

16 lines
263 B
JSON

{
"apiVersion": "traefik.io/v1alpha1",
"kind": "Middleware",
"metadata": {
"name": "andrew-admin-ip-allowlist",
"namespace": "fc-tenant-andrew"
},
"spec": {
"ipAllowList": {
"sourceRange": [
"10.0.56.14/32"
]
}
}
}