From 29f838b2f17590afa0b7407a58ff90db3925d3e9 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 15 Nov 2024 13:18:04 +0500 Subject: [PATCH] Increase start period before authentik health checks The worker is too slow. --- roles/authentik/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/authentik/tasks/main.yml b/roles/authentik/tasks/main.yml index a5f5bfd..6ea9c85 100644 --- a/roles/authentik/tasks/main.yml +++ b/roles/authentik/tasks/main.yml @@ -56,7 +56,7 @@ interval: 30s timeout: 10s retries: 3 - start_period: 30s + start_period: 60s # TODO: enable after ansible update # state: healthy loop: ["1", "2"] @@ -80,7 +80,7 @@ interval: 30s timeout: 10s retries: 3 - start_period: 30s + start_period: 60s # TODO: enable after ansible update # state: healthy - name: Run authentik LDAP outpost