service { name = "user-service" id = "user-service-1" address = "user-service" port = 8004 check { http = "http://user-service:8004/health" interval = "10s" timeout = "5s" } meta = { traefik_enable = "true" traefik_http_routers_user_service_rule = "PathPrefix(`/api/user`)" } }