fix(k8s/authelia): disable Redis persistence to prevent NFS-caused AOF corruption

This commit is contained in:
2026-04-24 21:57:31 +03:00
parent 4a7eec321e
commit db633544c6

View File

@@ -20,7 +20,9 @@ spec:
architecture: standalone architecture: standalone
auth: auth:
enabled: false enabled: false
commonConfiguration: |-
appendonly no
save ""
master: master:
persistence: persistence:
storageClass: nfs-synology-ssd enabled: false
size: 256Mi