blob: 092df058e326a2525614099ef6ebc21b2f64f4aa [file] [log] [blame]
{
"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"
}
]
}
}