From dd1164aac579cd9fc058c53fb4b7256c127b03e9 Mon Sep 17 00:00:00 2001
From: Lluis Gifre Renom <lluis.gifre@cttc.es>
Date: Fri, 8 Nov 2024 16:39:14 +0000
Subject: [PATCH] Update deploy_specs.sh

---
 hackfest5/deploy_specs.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hackfest5/deploy_specs.sh b/hackfest5/deploy_specs.sh
index 2b59fa62b..e9565218a 100755
--- a/hackfest5/deploy_specs.sh
+++ b/hackfest5/deploy_specs.sh
@@ -24,7 +24,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
 export TFS_COMPONENTS="context device pathcomp service nbi webui"
 
 # Uncomment to activate Monitoring (old)
-#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
+export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
 
 # Uncomment to activate Monitoring Framework (new)
 #export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api telemetry analytics automation"
@@ -199,10 +199,10 @@ export GRAF_EXT_PORT_HTTP="3000"
 # ----- Apache Kafka -----------------------------------------------------------
 
 # Set the namespace where Apache Kafka will be deployed.
-export KFK_NAMESPACE="kafka"
+#export KFK_NAMESPACE="kafka"
 
 # Set the port Apache Kafka server will be exposed to.
-export KFK_SERVER_PORT="9092"
+#export KFK_SERVER_PORT="9092"
 
 # Set the flag to YES for redeploying of Apache Kafka
-export KFK_REDEPLOY=""
+#export KFK_REDEPLOY=""
-- 
GitLab