From 9053c4c6d3e6e0d744a3a0c6afda407df182a796 Mon Sep 17 00:00:00 2001 From: VENKATESH KUMAR Date: Thu, 7 Dec 2017 16:41:35 +0000 Subject: move data format spec to dpo Issue-ID: DCAEGEN2-212 Change-Id: Ie6c946a96de276574d9e2d6b20af38661f84130a Signed-off-by: VENKATESH KUMAR --- dpo/data-formats/healthcheck-docker-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dpo/data-formats/healthcheck-docker-config.json (limited to 'dpo/data-formats/healthcheck-docker-config.json') 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 -- cgit 1.2.3-korg