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