traefik/pkg/api/testdata/tcprouter-foo-slash-bar.json

14 lines
205 B
JSON
Raw Normal View History

{
"entryPoints": [
"web"
],
"name": "foo / bar@myprovider",
"provider": "myprovider",
"rule": "Host(`foo.bar`)",
"service": "foo-service@myprovider",
"status": "enabled",
"using": [
"web"
]
}