aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/so-health.json
blob: 565c4a4a7af62030a0b7f36b6c0fa62fd061cb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "service": {
    "name": "Health Check: SO",
    "checks": [
      {
        "id": "so-api-healthcheck",
        "name": "SO API Health Check",
        "script": "/consul/scripts/so-api-script.sh",
        "interval": "10s",
        "timeout": "1s"
      },
      {
        "id": "so-camunda-healthcheck",
        "name": "SO Camunda Health Check",
        "script": "/consul/scripts/so-camunda-script.sh",
        "interval": "10s",
        "timeout": "1s"
      },
      {
        "id": "so-jra-healthcheck",
        "name": "SO JRA Health Check",
        "script": "/consul/scripts/so-jra-script.sh",
        "interval": "10s",
        "timeout": "1s"
      }
    ]
  }
}