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`)" } }