From ebcf9e3d425473e36217857bc81fc2a09caa4862 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 22 Jun 2024 19:56:24 -0500 Subject: [PATCH] authelia: Scale up to 2 replicas Since Authelia is stateless, we can run a second instance to improve availability. --- authelia/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authelia/kustomization.yaml b/authelia/kustomization.yaml index 9040453..88fd896 100644 --- a/authelia/kustomization.yaml +++ b/authelia/kustomization.yaml @@ -14,6 +14,10 @@ resources: - authelia.yaml - oidc-cluster-admin.yaml +replicas: +- name: authelia + count: 2 + configMapGenerator: - name: authelia namespace: authelia