From 12bcc6506298237cecd708e566f784abcb96aa3a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 23 Oct 2024 09:29:20 +0200 Subject: [PATCH] Revert "Update kafka replicacount to 1" This reverts commit 124b05e9eb746092ad56219799bcd81b22d932ec. Change-Id: I9fa18d1d7d95cb572b133961723015e0a1d536db Signed-off-by: garciadeblas --- installers/helm/osm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index fe8f2def..da9fe7ea 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -205,7 +205,7 @@ kafka: client: protocol: "PLAINTEXT" fullnameOverride: "kafka" - replicaCount: 1 + # replicaCount: 1 keystone: enabled: true -- 2.25.1