diff options
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json b/kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json new file mode 100644 index 0000000000..ee0d90e30a --- /dev/null +++ b/kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json @@ -0,0 +1,10 @@ +{ + "service": { + "name": "Health Check: Message Router - DMaaP", + "check": { + "http": "http://dmaap.{{ .Values.nsPrefix }}:3904/topics", + "interval": "30s", + "timeout": "1s" + } + } +} |