Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / aai-tabular-backend-health.json
1 {
2   "service": {
3     "name": "A&AI Tabular Data Store",
4     "checks": [
5       {
6         "id": "tabular-backend",
7         "name": "Tabular Data Store Operational Test",
8         "script": "/consul/config/scripts/tabular-db-availability.sh",
9         "interval": "15s",
10         "timeout": "1s"
11       }
12     ]
13   }
14 }