aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/cli-health-check.json
blob: 81e55cb871838c2f9ded0589b820f1137e4c3ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "service": {
    "name": "Health Check: ONAP CLI",
    "checks": [
      {
        "id": "cli",
        "name": "CLI Health Check",
        "http": "http://cli.{{include "common.namespace" .}}:8080",
        "method": "GET",
        "interval": "3600s",
        "timeout": "1s"
      }
    ]
  }
}