diff options
Diffstat (limited to 'yaml/pvcs/pgdata.yaml')
-rw-r--r-- | yaml/pvcs/pgdata.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/yaml/pvcs/pgdata.yaml b/yaml/pvcs/pgdata.yaml deleted file mode 100644 index 7580530..0000000 --- a/yaml/pvcs/pgdata.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: pgdata-pvc -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi |