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