diff --git a/homarr/pvcs.yaml b/homarr/pvcs.yaml new file mode 100644 index 0000000..272f60c --- /dev/null +++ b/homarr/pvcs.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: homarr-pvc + namespace: homarr +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 2Gi + storageClassName: local-path + volumeMode: Filesystem +