From f61ff661bea6ff7d0def8aa0a69f81450c42e71d Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Thu, 21 Dec 2017 09:20:16 -0800 Subject: [PATCH] add sane defaults --- templates/cowcheck/0/rancher-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/cowcheck/0/rancher-compose.yml b/templates/cowcheck/0/rancher-compose.yml index 329c30a..6a3a908 100644 --- a/templates/cowcheck/0/rancher-compose.yml +++ b/templates/cowcheck/0/rancher-compose.yml @@ -9,7 +9,7 @@ catalog: label: POLL_INTERVAL description: Frequency in seconds to run checks type: string - default: 1.24 + default: 60 - variable: ENABLE_STORAGE_CHECK label: ENABLE_STORAGE_CHECK description: Enable storage check @@ -19,12 +19,12 @@ catalog: label: DATA_SPACE_THRESHOLD description: Minimum amount of free Docker Data Storage space in bytes type: string - default: 1.24 + default: 50000000 - variable: METADATA_SPACE_THRESHOLD label: METADATA_SPACE_THRESHOLD - description: Minimum amount of free Docker Data Storage space in bytes + description: Minimum amount of free Docker Metadata Storage space in bytes type: string - default: 1.24 + default: 50000000 - variable: DOCKER_API_VERSION label: DOCKER_API_VERSION description: Version of the Docker API to use (storage checks only)