feat: with longhorn

This commit is contained in:
2023-04-06 01:47:08 +02:00
commit 0553f3f9d0
3 changed files with 4324 additions and 0 deletions

11
templates/pvc.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: clank-postgres-storage-pvc
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 2Gi