aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/consul/consul-agent-config/aai-hbase-health.json
blob: 1d23b88e0fe7af9e691c099b9a7ce5316ba57ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "service": {
    "name": "A&AI HBase Health Check",
    "checks": [
      {
        "id": "hbase-aai",
        "name": "HBase Health Check",
        "http": "http://hbase.namespace-placeholder:8080/status/cluster",
        "method": "GET",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}