1
0
Fork 0

authelia: Scale up to 2 replicas

Since Authelia is stateless, we can run a second instance to improve
availability.
etcd
Dustin 2024-06-22 19:56:24 -05:00
parent 21e8ad2afd
commit ebcf9e3d42
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ resources:
- authelia.yaml - authelia.yaml
- oidc-cluster-admin.yaml - oidc-cluster-admin.yaml
replicas:
- name: authelia
count: 2
configMapGenerator: configMapGenerator:
- name: authelia - name: authelia
namespace: authelia namespace: authelia