From d4fafa70fbb880a72939905c0eea26830e5eacee Mon Sep 17 00:00:00 2001 From: red Date: Sun, 13 Jul 2025 23:19:48 -0400 Subject: [PATCH] update postgres pvcs --- manifests/postgres/pvc.yaml | 14 -------------- manifests/postgres/statefulset.yaml | 3 --- 2 files changed, 17 deletions(-) diff --git a/manifests/postgres/pvc.yaml b/manifests/postgres/pvc.yaml index bc05841..932887e 100644 --- a/manifests/postgres/pvc.yaml +++ b/manifests/postgres/pvc.yaml @@ -12,18 +12,4 @@ spec: resources: requests: storage: 15Gi - --- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: postgres-local-path-test-pvc - namespace: darkdork-dev - labels: - app: postgres -spec: - accessModes: ["ReadWriteOnce"] - storageClassName: local-path - resources: - requests: - storage: 10Gi \ No newline at end of file diff --git a/manifests/postgres/statefulset.yaml b/manifests/postgres/statefulset.yaml index 8fe7c2e..0b3edb5 100644 --- a/manifests/postgres/statefulset.yaml +++ b/manifests/postgres/statefulset.yaml @@ -114,9 +114,6 @@ spec: - name: postgres-config-volume configMap: name: postgres-config - - name: postgres-storage - persistentVolumeClaim: - claimName: postgres-pvc - name: postgres-local persistentVolumeClaim: claimName: postgres-local-pvc \ No newline at end of file