aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/clamp-health.json
blob: 5fb57b4b6b3762eb36728a1a563621b23edd35af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "service": {
    "name": "Health Check: CLAMP",
    "check":[
      {
        "id"  : "clamp-health",
        "name": "Clamp Health Check",
        "http": "http://clamp:8080/restservices/clds/v1/clds/healthcheck",
        "tls_skip_verify": true,
        "method": "GET",
        "interval": "10s",
        "timeout": "1s"
      }
    ]
  }
}