From 53cf83022c31b07ce7ee383db854a199b896671d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 12 Apr 2024 08:36:19 +0200 Subject: [PATCH] Add defaults check settings --- variables.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/variables.yml b/variables.yml index 2f0a29c..cd55910 100644 --- a/variables.yml +++ b/variables.yml @@ -92,6 +92,11 @@ consul: cpu: 50 memory: 64 + # Default check settings + check: + interval: 30s + timeout: 5s + # Default settings for postgres postgres: host: 127.0.0.1