commit bdbe611f0c1dc2e78f385546f9a9b8d9aff9e5db
parent ef7065fa9a6bd938e49d585f60af0922be1e886e
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 23 Oct 2024 19:36:54 +0200
Fix pvc
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml
@@ -128,7 +128,7 @@ spec:
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
- name: storagebox-pvc
+ name: pg-storagebox-pvc
namespace: postgres-cluster
annotations:
k8up.io/backup: false
@@ -172,7 +172,7 @@ spec:
volumes:
- name: storagebox-vol
persistentVolumeClaim:
- claimName: storagebox-pvc
+ claimName: pg-storagebox-pvc
prune:
schedule: '@daily-random'
retention:
@@ -183,4 +183,4 @@ spec:
volumes:
- name: storagebox-vol
persistentVolumeClaim:
- claimName: storagebox-pvc
+ claimName: pg-storagebox-pvc