07f2bb7b95d08500330645311ff84c4d217a3b0f
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / sdnc-portal-health.json
1 {
2   "service": {
3     "name": "Health Check: SDNC Portal",
4     "checks": [
5       {
6         "id": "sdnc-portal",
7         "name": "SDNC Portal Health Check",
8         "http": "http://sdnc-portal.namespace-placeholder:8843/login",
9         "method": "HEAD",
10         "header": {
11           "Cache-Control": ["no-cache"],
12           "Content-Type": ["application/json"],
13           "Accept": ["application/json"]
14         },
15         "tls_skip_verify": true,
16         "interval": "15s",
17         "timeout": "1s"
18       }
19     ]
20   }
21 }