traefik/pkg/api/testdata/tcprouters.json

23 lines
384 B
JSON
Raw Normal View History

[
{
"entryPoints": [
"web"
],
"name": "myprovider@bar",
"provider": "myprovider@bar",
"rule": "Host(`foo.bar`)",
"service": "myprovider@foo-service"
},
{
"entryPoints": [
"web"
],
"name": "myprovider@test",
"provider": "myprovider@test",
"rule": "Host(`foo.bar.other`)",
"service": "myprovider@foo-service",
"tls": {
"passthrough": false
}
}
]