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