{
  "service": {
    "name": "Health Check: ONAP CLI",
    "checks": [
      {
        "id": "cli",
        "name": "CLI Health Check",
        "http": "http://cli.{{include "common.namespace" .}}:8080",
        "method": "GET",
        "interval": "3600s",
        "timeout": "1s"
      }
    ]
  }
}