Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / appc-health.json
1 {
2   "service": {
3     "name": "Health Check: APPC",
4     "checks": [
5       {
6         "id": "appc-dbhost-healthcheck",
7         "name": "APPC DBHost Health Check",
8         "script": "/consul/scripts/appc-dbhost-script.sh",
9         "interval": "10s",
10         "timeout": "1s"
11       }
12     ]
13   }
14 }