diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 11:41:55 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 11:41:55 +0100 |
commit | 6cfd0194f65d7730fedcf4ac100f0c3aa28ad06d (patch) | |
tree | 51ef1435683788985a83f1bef00e35532735d045 /yaml/pvcs/pgdata.yaml | |
parent | a8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (diff) |
Use only three files
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 |