20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"http": {
|
|
"routers": {
|
|
"ping": {
|
|
"entryPoints": [
|
|
"test"
|
|
],
|
|
"service": "ping@internal",
|
|
"rule": "PathPrefix(`/ping`)",
|
|
"priority": 9223372036854775807
|
|
}
|
|
},
|
|
"services": {
|
|
"noop": {},
|
|
"ping": {}
|
|
}
|
|
},
|
|
"tcp": {},
|
|
"tls": {}
|
|
}
|