From 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 15 Sep 2024 16:11:14 +0200 Subject: init repo --- yaml/pgdata-pvc.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yaml/pgdata-pvc.yaml (limited to 'yaml/pgdata-pvc.yaml') diff --git a/yaml/pgdata-pvc.yaml b/yaml/pgdata-pvc.yaml new file mode 100644 index 0000000..7580530 --- /dev/null +++ b/yaml/pgdata-pvc.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