From 124b05e9eb746092ad56219799bcd81b22d932ec Mon Sep 17 00:00:00 2001
From: garciadeblas <gerardo.garciadeblas@telefonica.com>
Date: Thu, 3 Oct 2024 23:44:12 +0200
Subject: [PATCH] Update kafka replicacount to 1

Change-Id: I3b3504ca04ad676d9fabdcbf4b15d33eef9ee118
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
---
 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 b04b855a..4cb68ffa 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
-- 
GitLab