From f9ca0fc969385fb123de8d6585165dd06ff768e8 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 11 Oct 2025 20:40:56 +0500 Subject: [PATCH] fix: scale authentik back up to 3 --- helm/values/authentik.values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values/authentik.values.yaml b/helm/values/authentik.values.yaml index 7e37422..7fd5a07 100644 --- a/helm/values/authentik.values.yaml +++ b/helm/values/authentik.values.yaml @@ -75,7 +75,7 @@ authentik: host: valkey server: - replicas: 1 + replicas: 3 ingress: enabled: true annotations: @@ -95,7 +95,7 @@ server: - auth.dogar.dev worker: - replicas: 1 + replicas: 3 postgresql: enabled: false