diff options
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/mr-kafka-health.json')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/mr-kafka-health.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/mr-kafka-health.json b/kubernetes/consul/resources/config/consul-agent-config/mr-kafka-health.json deleted file mode 100644 index df3b190726..0000000000 --- a/kubernetes/consul/resources/config/consul-agent-config/mr-kafka-health.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "service": { - "name": "Health Check: Message Router - Kafka", - "check": { - "script": "/consul/scripts/mr-kafka-health.sh", - "interval": "30s", - "timeout": "1s" - } - } -} |