Merge "clamphealth check"
authorMike Elliott <mike.elliott@amdocs.com>
Thu, 17 May 2018 13:32:34 +0000 (13:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 17 May 2018 13:32:34 +0000 (13:32 +0000)
kubernetes/consul/resources/config/consul-agent-config/clamp-health.json [new file with mode: 0644]

diff --git a/kubernetes/consul/resources/config/consul-agent-config/clamp-health.json b/kubernetes/consul/resources/config/consul-agent-config/clamp-health.json
new file mode 100644 (file)
index 0000000..5fb57b4
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "service": {
+    "name": "Health Check: CLAMP",
+    "check":[
+      {
+        "id"  : "clamp-health",
+        "name": "Clamp Health Check",
+        "http": "http://clamp:8080/restservices/clds/v1/clds/healthcheck",
+        "tls_skip_verify": true,
+        "method": "GET",
+        "interval": "10s",
+        "timeout": "1s"
+      }
+    ]
+  }
+}
+