diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 16:11:14 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 16:11:14 +0200 |
commit | 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 (patch) | |
tree | 5bc74dfaa913c8db9d909af336e139f1630d4ce3 /yaml/pgdata-pvc.yaml |
init repo
Diffstat (limited to 'yaml/pgdata-pvc.yaml')
-rw-r--r-- | yaml/pgdata-pvc.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |