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