aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/aai-data-router-health.json
blob: be41934e775c07f6c93835c4cbc44238a7b42623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "service": {
    "name": "A&AI Synapse Data Routing Service",
    "checks": [
      {
        "id": "data-router-process",
        "name": "Synapse Presence",
        "script": "/consul/scripts/data-router-script.sh",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}