Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / consul / resources / config / 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/scripts/data-router-script.sh",
9         "interval": "15s",
10         "timeout": "1s"
11       }
12     ]
13   }
14 }