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

  }
}