From 04c2bafed137ecf8137c3d3583d57ceab27a3dc2 Mon Sep 17 00:00:00 2001 From: Conor Brady Date: Mon, 29 Jan 2024 16:11:05 -0800 Subject: [PATCH] Scale down patroni to single replica (#3355) --- openshift/templates/patroni.yaml | 2 +- openshift/templates/patroni_prerequisite.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/templates/patroni.yaml b/openshift/templates/patroni.yaml index 53166ae15..d76ad6d13 100644 --- a/openshift/templates/patroni.yaml +++ b/openshift/templates/patroni.yaml @@ -255,7 +255,7 @@ parameters: description: | The number of StatefulSet replicas to use. displayName: REPLICAS - value: "3" + value: "1" - name: CPU_REQUEST description: | Starting amount of CPU the container can use. diff --git a/openshift/templates/patroni_prerequisite.yaml b/openshift/templates/patroni_prerequisite.yaml index e576a5a40..2d2083f06 100644 --- a/openshift/templates/patroni_prerequisite.yaml +++ b/openshift/templates/patroni_prerequisite.yaml @@ -147,7 +147,7 @@ parameters: description: | The number of StatefulSet replicas to use. displayName: REPLICAS - value: "3" + value: "1" - name: CPU_REQUEST description: | Starting amount of CPU the container can use.