Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / aai-sparky-be-health.json
1 {
2   "service": {
3     "name": "A&AI UI Backend Service",
4     "checks": [
5       {
6         "id": "sparky-be-process",
7         "name": "UI Backend Presence",
8         "script": "/consul/scripts/sparky-be-script.sh",
9         "interval": "15s",
10         "timeout": "1s"
11       }
12     ]
13   }
14 }