summaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/healthcheck-docker-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'dpo/data-formats/healthcheck-docker-config.json')
-rw-r--r--dpo/data-formats/healthcheck-docker-config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/dpo/data-formats/healthcheck-docker-config.json b/dpo/data-formats/healthcheck-docker-config.json
new file mode 100644
index 00000000..74deb6bb
--- /dev/null
+++ b/dpo/data-formats/healthcheck-docker-config.json
@@ -0,0 +1,8 @@
+{
+ "healthcheck": {
+ "type": "http",
+ "interval": "15s",
+ "timeout": "1s",
+ "endpoint": "/healthcheck"
+ }
+} \ No newline at end of file