{ "service": { "name": "whoami", "port": 80, "meta": { "traefik_enable": "true", "traefik_http_routers_whoami_rule": "PathPrefix(`/whoami`)", "traefik_http_routers_whoami_entrypoints": "web" }, "check": { "http": "http://whoami:80", "interval": "10s" } } }