Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / config / docker / init / src / config / consul / 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/config/scripts/sparky-be-script.sh",
9         "interval": "15s",
10         "timeout": "1s"
11       }
12     ]
13   }
14 }