You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am using authelia in "Deployment" mode. The users file is mounted to each pod as a ConfigMap. But since .Values.configMap.authentication_backend.file.enabled is set to "true", the number of replicas is automatically set to 1 (code).
Is it possible to modify the check for the case when we are sure that the file will be identical on each pod?
Now after every update I have to run kubectl scale --replicas=xxx
The text was updated successfully, but these errors were encountered:
This was due to thinking this was a stateful choice, but users can probably get around this by ensuring all pods are restarted (thus we can disable the forced replica count), and we can probably look to making the user DB reload a thing.
Hi!
I am using authelia in "Deployment" mode. The users file is mounted to each pod as a ConfigMap. But since .Values.configMap.authentication_backend.file.enabled is set to "true", the number of replicas is automatically set to 1 (code).
Is it possible to modify the check for the case when we are sure that the file will be identical on each pod?
Now after every update I have to run
kubectl scale --replicas=xxx
The text was updated successfully, but these errors were encountered: