Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / clamp-health.json
1 {
2   "service": {
3     "name": "Health Check: CLAMP",
4     "check":[
5       {
6         "id"  : "clamp-health",
7         "name": "Clamp Health Check",
8         "http": "http://clamp:8080/restservices/clds/v1/clds/healthcheck",
9         "tls_skip_verify": true,
10         "method": "GET",
11         "interval": "10s",
12         "timeout": "1s"
13       }
14     ]
15   }
16 }
17