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