From b953dbd4dd99a1867855f5b282e3914aa5a7f21f Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 15 Oct 2021 15:46:40 +0700 Subject: [PATCH] Updated the pvc --- pv-pvc/pv.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pv-pvc/pv.yaml diff --git a/pv-pvc/pv.yaml b/pv-pvc/pv.yaml new file mode 100644 index 0000000..c1e0356 --- /dev/null +++ b/pv-pvc/pv.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: data-gitea-0 + namespace: gitea +spec: + storageClassName: nfs-client + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 10Gi \ No newline at end of file