Add persistence configuration to Authelia values.yaml

This commit is contained in:
2025-06-28 16:48:51 +02:00
parent e84f80b23e
commit 587c929779

View File

@@ -50,3 +50,10 @@ ingress:
matchOverride: Host(`${AUTHELIA_DOMAIN}`) matchOverride: Host(`${AUTHELIA_DOMAIN}`)
entryPoints: entryPoints:
- "websecure" - "websecure"
persistence:
enabled: true
storageClass: retain-local-path
size: 1Gi
accessModes:
- ReadWriteOnce