From 62f039141c380f6da01876ad3fe92ea6449cc42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 31 Mar 2025 00:30:23 +0200 Subject: [PATCH] update postgres pvc --- deploy/cloudnativepg/postgres-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cloudnativepg/postgres-base.yaml b/deploy/cloudnativepg/postgres-base.yaml index 9b3186b..4867d26 100644 --- a/deploy/cloudnativepg/postgres-base.yaml +++ b/deploy/cloudnativepg/postgres-base.yaml @@ -6,6 +6,6 @@ metadata: spec: instances: 3 storage: - size: 10Gi + size: 20Gi storageClass: longhorn enableSuperuserAccess: true