feat(k8s/infrastructure/authelia): migrate storage from SQLite to PostgreSQL

This commit is contained in:
2026-03-13 19:15:21 +02:00
parent a7bb66a183
commit 0517e2b4b8
7 changed files with 65 additions and 36 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: authelia-db
namespace: authelia
spec:
accessModes:
- ReadWriteOnce
storageClassName: ""
volumeName: authelia-db
resources:
requests:
storage: 2Gi