From dcf064223f427dac22e245c0790b2cb4ed47f041 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 24 Dec 2023 01:08:55 +0000 Subject: [PATCH] Update authentik, concurrency -> threads --- homelab/authentik.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/homelab/authentik.yml b/homelab/authentik.yml index 7f8f96b..b6973c2 100644 --- a/homelab/authentik.yml +++ b/homelab/authentik.yml @@ -1,10 +1,11 @@ +image: + tag: 2023.10.5 + authentik: - # This sends anonymous usage-data, stack traces on errors and - # performance data to sentry.io, and is fully opt-in - error_reporting: - enabled: false + error_reporting: + enabled: false env: - AUTHENTIK_WORKER__CONCURRENCY: "2" + AUTHENTIK_WEB__THREADS: "2" envValueFrom: AUTHENTIK_SECRET_KEY: secretKeyRef: