From b11a25e61faf28400d2a3f5c890b708bfdf9c5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 29 Mar 2025 04:34:44 +0100 Subject: [PATCH] use smaller volume --- 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 6c101c0..a846bea 100644 --- a/deploy/cloudnativepg/postgres-base.yaml +++ b/deploy/cloudnativepg/postgres-base.yaml @@ -6,5 +6,5 @@ metadata: spec: instances: 3 storage: - size: 50Gi + size: 10Gi storageClass: longhorn