summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/aai-tabular-backend-health.json
blob: c7fc19b2ee609f59bc953d4c1ea869145062f8af (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/scripts/tabular-db-availability.sh",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}