From f6a1b294250c61d31f831101cbb56935a1a35a4a Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 13:31:58 +0900 Subject: [PATCH] PERF(cnpg): reduce operator replicas to 1 - Reduce CNPG operator replicas to 1 - PostgreSQL cluster (3 instances) unchanged --- cnpg/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnpg/helm-values.yaml b/cnpg/helm-values.yaml index 9cdf73b..d919dc7 100644 --- a/cnpg/helm-values.yaml +++ b/cnpg/helm-values.yaml @@ -8,7 +8,7 @@ image: pullPolicy: IfNotPresent # Replica count for operator -replicaCount: 2 +replicaCount: 1 # Resource requests for operator resources: