From 482af35e72abe33979fc60bf89d57a72b0a246d4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 18 Jan 2020 15:37:28 +0100 Subject: [PATCH] reduce healthcheck times --- defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 7dff108..090db43 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -23,9 +23,9 @@ bitwardenrs_security_opt: [] bitwardenrs_healthcheck: test: '["CMD", "/usr/local/bin/healthcheck.sh"]' - interval: 30s - timeout: 5s - retries: 5 + interval: 10s + timeout: 3s + retries: 3 bitwardenrs_base_url: "http://localhost/"