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