From 9e3aff2e2a88f7b95b4c785a1af6084c09621d53 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 18 Sep 2024 11:20:04 +0200 Subject: Reorganize files in folders --- yaml/pvcs/pgdata.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yaml/pvcs/pgdata.yaml (limited to 'yaml/pvcs') diff --git a/yaml/pvcs/pgdata.yaml b/yaml/pvcs/pgdata.yaml new file mode 100644 index 0000000..7580530 --- /dev/null +++ b/yaml/pvcs/pgdata.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: pgdata-pvc +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi -- cgit v1.2.3-18-g5258