diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 14:02:02 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 14:02:02 +0000 |
| commit | 7b404a6d2321f27e9a808aca267bf8f9e4e681aa (patch) | |
| tree | 472003eba97e891d68b241254531bb07033e810e /k8s/pgdata-pvc.yaml | |
| parent | 02e41bc8e457ffb6a96e8ae551f172df8140c578 (diff) | |
Remove K8s stuff
Diffstat (limited to 'k8s/pgdata-pvc.yaml')
| -rw-r--r-- | k8s/pgdata-pvc.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/k8s/pgdata-pvc.yaml b/k8s/pgdata-pvc.yaml deleted file mode 100644 index 7580530..0000000 --- a/k8s/pgdata-pvc.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: pgdata-pvc -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi |
