Add consul based health check for
Secret Management Service
Issue-ID: AAF-274
Change-Id: Ic1763e317c93be232f5efb573239f12ca99b2589
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
--- /dev/null
+{
+  "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"
+      }
+    ]
+  }
+}
+