mirror of
https://github.com/traefik/traefik.git
synced 2026-04-23 15:17:54 -04:00
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"entryPoints": [
|
|
"web"
|
|
],
|
|
"name": "foo / bar@myprovider",
|
|
"provider": "myprovider",
|
|
"priorityStr": "0",
|
|
"rule": "Host(`foo.bar`)",
|
|
"service": "foo-service@myprovider",
|
|
"status": "enabled",
|
|
"using": [
|
|
"web"
|
|
]
|
|
}
|