diff options
Diffstat (limited to 'data-formats/healthcheck-docker-config.json')
-rw-r--r-- | data-formats/healthcheck-docker-config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data-formats/healthcheck-docker-config.json b/data-formats/healthcheck-docker-config.json new file mode 100644 index 00000000..74deb6bb --- /dev/null +++ b/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 |