From 23d0bb1ddda74828498e4540c51f22f2936de6ce Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 29 Dec 2024 22:47:41 +0100 Subject: [PATCH] Increased number of replicas cloudnative-pg operator --- infrastructure/controllers/cloudnative-pg.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/controllers/cloudnative-pg.yaml b/infrastructure/controllers/cloudnative-pg.yaml index 98a98f5..119a2ba 100644 --- a/infrastructure/controllers/cloudnative-pg.yaml +++ b/infrastructure/controllers/cloudnative-pg.yaml @@ -27,3 +27,5 @@ spec: name: cnpg version: 0.22.0 interval: 1m0s + values: + replicaCount: 2