From 2b28210d45d77245c91819f167e740dbe48c4dce Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 11 Nov 2024 16:34:34 +0100 Subject: [PATCH] Feature 11050: performance optimization in Mongo to reduce number of replicas Change-Id: I99569f06e849612bc0fe2f27182edfe4a10add1c Signed-off-by: garciadeblas --- installers/helm/values/mongodb-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/helm/values/mongodb-values.yaml b/installers/helm/values/mongodb-values.yaml index e54355bc..357ebe5b 100644 --- a/installers/helm/values/mongodb-values.yaml +++ b/installers/helm/values/mongodb-values.yaml @@ -12,6 +12,7 @@ # limitations under the License. # --- +replicaCount: 1 service: nameOverride: "mongodb-k8s" auth: -- 2.25.1