From 3607f521e05a5559bc0ef1bfb96eeb6af9746f62 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 4 Jan 2026 17:44:48 +0900 Subject: [PATCH] CHORE(postgresql): reset PostgreSQL cluster - Reset cluster with local-path-retain storageClass - Reconfigure database storage --- postgresql/manifests/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/manifests/cluster.yaml b/postgresql/manifests/cluster.yaml index c464747..685daff 100644 --- a/postgresql/manifests/cluster.yaml +++ b/postgresql/manifests/cluster.yaml @@ -8,7 +8,7 @@ spec: imageName: ghcr.io/cloudnative-pg/postgresql:16.6 # Number of instances - instances: 4 # Temporarily 4 for storage migration + instances: 3 # 1 primary + 2 replicas for HA # Storage configuration - using local-path-retain for data protection storage: