aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/so-mariabdb.json
blob: fb554208e4c9d6b43e8ec6633fb9c038aaa42179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "service": {
    "name": "Health Check: SO - MariaDb",
    "checks": [
      {
          "id": "so-mariadb",
          "name": "SO Mariadb Health Check",
          "script": "/consul/scripts/so-mariadb-script.sh",
          "interval": "10s",
          "timeout": "1s"
      }
    ]

  }
}