21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"service": {
|
|
"name": "whoami",
|
|
"tags": [
|
|
"traefik.enable=true",
|
|
"traefik.http.routers.whoami.entrypoints=web",
|
|
"traefik.http.routers.whoami.rule=Path(`/whoami`)",
|
|
"traefik.http.services.whoami.loadbalancer.server.port=80"
|
|
],
|
|
"address": "whoami",
|
|
"port": 80,
|
|
"checks": [
|
|
{
|
|
"http": "http://whoami:80/",
|
|
"interval": "10s",
|
|
"timeout": "2s"
|
|
}
|
|
]
|
|
}
|
|
}
|