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