From b313b746dfa4367470a52900273b8054ba9f2489 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 12 Oct 2024 13:34:58 +0500 Subject: [PATCH] feat: Authentik | set up for HA --- helm/values/authentik.values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/values/authentik.values.yaml b/helm/values/authentik.values.yaml index 0f796e1..df447db 100644 --- a/helm/values/authentik.values.yaml +++ b/helm/values/authentik.values.yaml @@ -14,6 +14,7 @@ authentik: password: file:///redis-creds/password server: + replicas: 3 ingress: enabled: true annotations: @@ -42,6 +43,7 @@ server: mountPath: /redis-creds readOnly: true worker: + replicas: 3 volumes: - name: postgres-creds secret: