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