From 587c9297794dcc7d86638fab97d35c582e33c0ca Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 28 Jun 2025 16:48:51 +0200 Subject: [PATCH] Add persistence configuration to Authelia values.yaml --- apps/prod/authelia/values.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/prod/authelia/values.yaml b/apps/prod/authelia/values.yaml index 4fcb9f3..6da959c 100644 --- a/apps/prod/authelia/values.yaml +++ b/apps/prod/authelia/values.yaml @@ -49,4 +49,11 @@ ingress: enabled: true matchOverride: Host(`${AUTHELIA_DOMAIN}`) entryPoints: - - "websecure" \ No newline at end of file + - "websecure" + +persistence: + enabled: true + storageClass: retain-local-path + size: 1Gi + accessModes: + - ReadWriteOnce \ No newline at end of file