From 053c36a87750b6d1dd14d22753904fc78348bd36 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 25 Feb 2026 18:45:51 -0500 Subject: [PATCH] authentik: increase replicas to 3 after stability testing --- authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index e1d5821..71d10d0 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -1,6 +1,6 @@ authentik: server: - replicas: 1 + replicas: 3 volumeMounts: - name: cert-dubyatp-xyz readOnly: true @@ -45,7 +45,7 @@ authentik: path: "{{ .Values.authentik.web.path }}-/health/live/" port: http worker: - replicas: 1 + replicas: 3 volumeMounts: - name: cert-dubyatp-xyz readOnly: true