feat(k8s/infrastructure/authelia): migrate storage from SQLite to PostgreSQL
This commit is contained in:
18
kubernetes/infrastructure/controllers/authelia/pv-db.yaml
Normal file
18
kubernetes/infrastructure/controllers/authelia/pv-db.yaml
Normal 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
|
||||
Reference in New Issue
Block a user