Merge "Add consul health check for SMS"
authorMike Elliott <mike.elliott@amdocs.com>
Thu, 24 May 2018 17:49:50 +0000 (17:49 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 24 May 2018 17:49:50 +0000 (17:49 +0000)
kubernetes/consul/resources/config/consul-agent-config/aaf-sms-health.json [new file with mode: 0644]

diff --git a/kubernetes/consul/resources/config/consul-agent-config/aaf-sms-health.json b/kubernetes/consul/resources/config/consul-agent-config/aaf-sms-health.json
new file mode 100644 (file)
index 0000000..965732d
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "service": {
+    "name": "Health Check: Secret Management Service (sms)",
+    "check":[
+      {
+        "id"  : "aaf-sms-health",
+        "name": "SMS Health Check",
+        "http": "https://aaf-sms.{{ .Release.Namespace }}:10443/v1/sms/healthcheck",
+        "tls_skip_verify": true,
+        "method": "GET",
+        "interval": "20s",
+        "timeout": "5s"
+      }
+    ]
+  }
+}
+