Add Consul support to 'OneClick' deployment.
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / aai-data-router-health.json
diff --git a/kubernetes/config/docker/init/src/config/consul/consul-agent-config/aai-data-router-health.json b/kubernetes/config/docker/init/src/config/consul/consul-agent-config/aai-data-router-health.json
new file mode 100644 (file)
index 0000000..a602036
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "service": {
+    "name": "A&AI Synapse Data Routing Service",
+    "checks": [
+      {
+        "id": "data-router-process",
+        "name": "Synapse Presence",
+        "script": "/consul/config/scripts/data-router-script.sh",
+        "interval": "15s",
+        "timeout": "1s"
+      }
+    ]
+  }
+}