authelia: Scale up to 2 replicas
Since Authelia is stateless, we can run a second instance to improve availability.etcd
parent
21e8ad2afd
commit
ebcf9e3d42
|
@ -14,6 +14,10 @@ resources:
|
|||
- authelia.yaml
|
||||
- oidc-cluster-admin.yaml
|
||||
|
||||
replicas:
|
||||
- name: authelia
|
||||
count: 2
|
||||
|
||||
configMapGenerator:
|
||||
- name: authelia
|
||||
namespace: authelia
|
||||
|
|
Loading…
Reference in New Issue