diff options
Diffstat (limited to 'dpo/data-formats/healthcheck-docker-config.json')
-rw-r--r-- | dpo/data-formats/healthcheck-docker-config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dpo/data-formats/healthcheck-docker-config.json b/dpo/data-formats/healthcheck-docker-config.json index 74deb6bb..3e6dd4ff 100644 --- a/dpo/data-formats/healthcheck-docker-config.json +++ b/dpo/data-formats/healthcheck-docker-config.json @@ -1,8 +1,8 @@ { - "healthcheck": { - "type": "http", - "interval": "15s", - "timeout": "1s", - "endpoint": "/healthcheck" - } + "healthcheck": { + "type": "http", + "interval": "15s", + "timeout": "1s", + "endpoint": "/healthcheck" + } }
\ No newline at end of file |