summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/mr-kafka-health.json
blob: df3b19072655c01a74018c4def8109560a242aba (plain)
1
2
3
4
5
6
7
8
9
10
{
 "service": {
   "name": "Health Check: Message Router - Kafka",
   "check": {
     "script": "/consul/scripts/mr-kafka-health.sh",
     "interval": "30s",
     "timeout": "1s"
   }
 }
}