summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json
blob: 386e22616878a93ae11595f61a48d53df58db99a (plain)
1
2
3
4
5
6
7
8
9
10
{
  "service": {
    "name": "Health Check: Message Router - DMaaP",
    "check": {
      "http": "http://message-router:3904/topics",
      "interval": "30s",
      "timeout": "1s"
    }
  }
}