traefik/pkg/provider/traefik/fixtures/api_insecure_without_dashboard.json
2024-02-15 16:40:05 +01:00

21 lines
320 B
JSON

{
"http": {
"routers": {
"api": {
"entryPoints": [
"traefik"
],
"service": "api@internal",
"rule": "PathPrefix(`/api`)",
"priority": 9223372036854775806
}
},
"services": {
"api": {},
"noop": {}
}
},
"tcp": {},
"tls": {}
}