diff --git a/hackfest5/deploy_specs.sh b/hackfest5/deploy_specs.sh
index 2b59fa62b486151d9ce53d02d22dea34c225f54f..e9565218a725fbd416ac9fd2e7a9ca432ef20a96 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=""