service { name = "quant-service" id = "quant-service-1" address = "quant-service" port = 8001 check { http = "http://quant-service:8001/health" interval = "10s" timeout = "5s" } meta = { "traefik.enable" = "true" "traefik.http.routers.quant-service.rule" = "PathPrefix(`/api/quant`)" } }