summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/consul/consul-agent-config/aai-sparky-be-health.json
blob: 6af58dbf4f06980c8c43f3bb47c72b6232ec83df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "service": {
    "name": "A&AI UI Backend Service",
    "checks": [
      {
        "id": "sparky-be-process",
        "name": "UI Backend Presence",
        "script": "/consul/config/scripts/sparky-be-script.sh",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}