aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/aai-sparky-be-health.json
blob: bf6305c1d0a6f9f6007f8b2f851d34331fba57f4 (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/scripts/sparky-be-script.sh",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}