traefik/pkg/api/testdata/tcpservice-bar.json

15 lines
197 B
JSON
Raw Normal View History

{
"loadbalancer": {
"servers": [
{
"address": "127.0.0.1:2345"
}
]
},
"name": "myprovider.bar",
"provider": "myprovider",
"usedBy": [
"myprovider.foo",
"myprovider.test"
]
}