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