AriStockAI/consul/config/dev/emotion-service.json

20 lines
701 B
JSON

{
"service": {
"address": "emotion-service",
"check": {
"http": "http://10.195.102.127:18002/health",
"interval": "10s",
"timeout": "5s"
},
"id": "emotion-service",
"tags": [
"traefik.enable=true",
"traefik.http.routers.emotion-service.rule=PathPrefix(`/api/emotion`) || PathPrefix(`/api/sentiment`)",
"traefik.http.routers.emotion-service.entrypoints=web",
"traefik.http.middlewares.emotion-service-stripprefix.stripprefix.prefixes=/api/emotion,/api/sentiment",
"traefik.http.routers.emotion-service.middlewares=emotion-service-stripprefix@consulcatalog"
],
"name": "emotion-service",
"port": 18002
}
}