From db633544c64e06fe139910ca1b3329a3142a14f7 Mon Sep 17 00:00:00 2001 From: Oleksandr Berezovskyi Date: Fri, 24 Apr 2026 21:57:31 +0300 Subject: [PATCH] fix(k8s/authelia): disable Redis persistence to prevent NFS-caused AOF corruption --- .../infrastructure/controllers/authelia/redis-release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kubernetes/infrastructure/controllers/authelia/redis-release.yaml b/kubernetes/infrastructure/controllers/authelia/redis-release.yaml index dd281c5..7bac43f 100644 --- a/kubernetes/infrastructure/controllers/authelia/redis-release.yaml +++ b/kubernetes/infrastructure/controllers/authelia/redis-release.yaml @@ -20,7 +20,9 @@ spec: architecture: standalone auth: enabled: false + commonConfiguration: |- + appendonly no + save "" master: persistence: - storageClass: nfs-synology-ssd - size: 256Mi + enabled: false