Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / aai-data-router-health.json
1 {
2   "service": {
3     "name": "A&AI Synapse Data Routing Service",
4     "checks": [
5       {
6         "id": "data-router-process",
7         "name": "Synapse Presence",
8         "script": "/consul/config/scripts/data-router-script.sh",
9         "interval": "15s",
10         "timeout": "1s"
11       }
12     ]
13   }
14 }