summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/consul/consul-agent-config/aai-tabular-backend-health.json
blob: f76b33b3d899cdfa6517d93ef3d8cff190b850b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "service": {
    "name": "A&AI Tabular Data Store",
    "checks": [
      {
        "id": "tabular-backend",
        "name": "Tabular Data Store Operational Test",
        "script": "/consul/config/scripts/tabular-db-availability.sh",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}