From 6661771272e958f09f7cf2f186a2258b7cec60b5 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 5 Oct 2025 01:31:31 -0400 Subject: [PATCH] expand postgres cluster size to 50GiB --- postgres/config/clusters/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/config/clusters/main.yaml b/postgres/config/clusters/main.yaml index d7e0817..d523f61 100644 --- a/postgres/config/clusters/main.yaml +++ b/postgres/config/clusters/main.yaml @@ -8,7 +8,7 @@ spec: imageName: ghcr.io/cloudnative-pg/postgresql:16.9-5-bullseye storage: - size: 20Gi + size: 50Gi storageClass: rook-ceph-block backup: