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,18 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: authelia-db
spec:
capacity:
storage: 2Gi
accessModes:
- ReadWriteOnce
storageClassName: ""
persistentVolumeReclaimPolicy: Retain
mountOptions:
- hard
- timeo=30
- retrans=3
nfs:
server: synology.storage.lviv
path: /volume3/k8s-storage/authelia-db