From 0a29bf4897520d7493c2ae3269cb71fe7865e7ce Mon Sep 17 00:00:00 2001
From: luiscal4a <l.delacal@alumnos.upm.es>
Date: Tue, 27 Sep 2022 21:57:50 +0200
Subject: [PATCH] Updated my_deploy.sh

---
 my_deploy.sh | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/my_deploy.sh b/my_deploy.sh
index d2093b213..48df05c34 100644
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -1,14 +1,5 @@
 export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
-
-# Set the list of components, separated by spaces, you want to build images for, and deploy.
-# Supported components are:
-#   context device automation policy service compute monitoring webui
-#   interdomain slice pathcomp dlt
-#   dbscanserving opticalattackmitigator opticalcentralizedattackdetector
-#   l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
 export TFS_COMPONENTS="context device automation service compute monitoring webui l3_attackmitigator l3_centralizedattackdetector"
-
-# Set the tag you want to use for your images.
 export TFS_IMAGE_TAG="dev"
 export TFS_K8S_NAMESPACE="tfs"
 export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
-- 
GitLab