mirror of
https://github.com/traefik/traefik.git
synced 2026-05-04 20:06:21 +02:00
14 lines
219 B
JSON
14 lines
219 B
JSON
{
|
|
"entryPoints": [
|
|
"web"
|
|
],
|
|
"name": "bar@myprovider",
|
|
"provider": "myprovider",
|
|
"priorityStr": "0",
|
|
"rule": "Host(`foo.bar`)",
|
|
"service": "foo-service@myprovider",
|
|
"status": "enabled",
|
|
"using": [
|
|
"web"
|
|
]
|
|
} |