traefik/pkg/api/testdata/tcpservice-bar.json
2019-06-20 00:40:05 +02:00

15 lines
No EOL
201 B
JSON

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