From bb20847b96336d9655c5e7dc4b16a4e2b179a980 Mon Sep 17 00:00:00 2001 From: delacal <l.delacal@alumnos.upm.es> Date: Thu, 27 Apr 2023 12:53:20 +0200 Subject: [PATCH] Modified my_deploy file --- my_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_deploy.sh b/my_deploy.sh index ee3244ac9..be97a0aab 100755 --- a/my_deploy.sh +++ b/my_deploy.sh @@ -20,7 +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 l3_attackmitigator l3_centralizedattackdetector" +export TFS_COMPONENTS="context device monitoring pathcomp service webui load_generator l3_attackmitigator l3_centralizedattackdetector" # Set the tag you want to use for your images. export TFS_IMAGE_TAG="dev" -- GitLab