aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json
blob: 092df058e326a2525614099ef6ebc21b2f64f4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "service": {
    "name": "Health Check: SDNC Portal",
    "checks": [
      {
        "id": "sdnc-portal",
        "name": "SDNC Portal Health Check",
        "http": "http://sdnc-portal.{{ .Values.nsPrefix }}:8843/login",
        "method": "HEAD",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}