From 675d053d37b038a891d15e0eab1e84b709fd34dc Mon Sep 17 00:00:00 2001 From: kaverkiev Date: Mon, 13 Oct 2025 16:46:31 +0300 Subject: [PATCH] downscale to 1 node --- charts/couchdb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/couchdb/values.yaml b/charts/couchdb/values.yaml index c4a7cac..6f1b537 100644 --- a/charts/couchdb/values.yaml +++ b/charts/couchdb/values.yaml @@ -1,5 +1,5 @@ # -- the initial number of nodes in the CouchDB cluster. -clusterSize: 3 +clusterSize: 1 # -- If allowAdminParty is enabled the cluster will start up without any database # administrator account; i.e., all users will be granted administrative