SDNC portal heatlh check 05/27505/2
authormayankg2703 <mayank.gupta@amdocs.com>
Fri, 5 Jan 2018 07:15:54 +0000 (07:15 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 9 Jan 2018 13:11:08 +0000 (13:11 +0000)
Issue-ID: OOM-44

Change-Id: I1eef28a44d948ce8246cf03135d34bfc4e9d99e0
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-portal-health.json [new file with mode: 0644]

diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-portal-health.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/sdnc-portal-health.json
new file mode 100644 (file)
index 0000000..3ecc1b3
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "service": {
+    "name": "Health Check: SDNC Portal",
+    "checks": [
+      {
+        "id": "sdnc-portal",
+        "name": "SDNC Portal Health Check",
+        "http": "http://sdnc-portal.onap-sdnc:8843/login",
+        "method": "HEAD",
+        "header": {
+          "Cache-Control": ["no-cache"],
+          "Content-Type": ["application/json"],
+          "Accept": ["application/json"]
+        },
+        "tls_skip_verify": true,
+        "interval": "15s",
+        "timeout": "1s"
+      }
+    ]
+  }
+}