From c01e8271a9618fc75926fc921f64fa86d7121005 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Mon, 5 Jun 2023 11:17:30 +0000
Subject: [PATCH] Pre-merge clean-up

---
 manifests/deviceservice.yaml     | 2 +-
 manifests/monitoringservice.yaml | 2 +-
 my_deploy.sh                     | 7 +++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml
index ddcc997cd..ca2c81f0f 100644
--- a/manifests/deviceservice.yaml
+++ b/manifests/deviceservice.yaml
@@ -36,7 +36,7 @@ spec:
         - containerPort: 9192
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:2020"]
diff --git a/manifests/monitoringservice.yaml b/manifests/monitoringservice.yaml
index 06ac823a1..4447a1427 100644
--- a/manifests/monitoringservice.yaml
+++ b/manifests/monitoringservice.yaml
@@ -36,7 +36,7 @@ spec:
         - containerPort: 9192
         env:
         - name: LOG_LEVEL
-          value: "DEBUG"
+          value: "INFO"
         envFrom:
         - secretRef:
             name: qdb-data
diff --git a/my_deploy.sh b/my_deploy.sh
index 85b50d397..c8cacf4a8 100755
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -20,8 +20,7 @@
 export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
 
 # Set the list of components, separated by spaces, you want to build images for, and deploy.
-#export TFS_COMPONENTS="context device automation monitoring pathcomp service slice compute webui load_generator"
-export TFS_COMPONENTS="context device monitoring pathcomp service slice webui"
+export TFS_COMPONENTS="context device automation monitoring pathcomp service slice compute webui load_generator"
 
 # Set the tag you want to use for your images.
 export TFS_IMAGE_TAG="dev"
@@ -58,7 +57,7 @@ export CRDB_DATABASE="tfs"
 export CRDB_DEPLOY_MODE="single"
 
 # Disable flag for dropping database, if exists.
-export CRDB_DROP_DATABASE_IF_EXISTS="YES"
+export CRDB_DROP_DATABASE_IF_EXISTS=""
 
 # Disable flag for re-deploying CockroachDB from scratch.
 export CRDB_REDEPLOY=""
@@ -91,4 +90,4 @@ export QDB_TABLE="tfs_monitoring"
 export QDB_DROP_TABLE_IF_EXISTS=""
 
 # If not already set, disable flag for re-deploying QuestDB from scratch.
-export QDB_REDEPLOY="YES"
+export QDB_REDEPLOY=""
-- 
GitLab