From 4215d89d0ba72055855f1a91e90f122a0565a63a Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 24 Feb 2026 22:38:15 -0500 Subject: [PATCH] Revert "authentik: raise workers to 3" This reverts commit 3b38a2c3a90a116d6c1d776156686d96cff062ce. --- authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index f0e5345..ba64b34 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -1,6 +1,6 @@ authentik: server: - replicas: 3 + replicas: 1 volumeMounts: - name: cert-dubyatp-xyz readOnly: true @@ -45,7 +45,7 @@ authentik: path: "{{ .Values.authentik.web.path }}-/health/live/" port: http worker: - replicas: 3 + replicas: 1 volumeMounts: - name: cert-dubyatp-xyz readOnly: true