diff options
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/aai-hbase-health.json')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/aai-hbase-health.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/aai-hbase-health.json b/kubernetes/consul/resources/config/consul-agent-config/aai-hbase-health.json new file mode 100644 index 0000000000..6b42e0cc4a --- /dev/null +++ b/kubernetes/consul/resources/config/consul-agent-config/aai-hbase-health.json @@ -0,0 +1,21 @@ +{ + "service": { + "name": "A&AI HBase Health Check", + "checks": [ + { + "id": "hbase-aai", + "name": "HBase Health Check", + "http": "http://hbase.{{ .Values.nsPrefix }}: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" + } + ] + } +} |