From 2500d981fb426ffdbbc13a03d840b0c816ddfbb9 Mon Sep 17 00:00:00 2001 From: chemavx Date: Thu, 26 Mar 2026 17:03:16 +0000 Subject: [PATCH] Add homarr/pvcs.yaml --- homarr/pvcs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 homarr/pvcs.yaml 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 +