diff --git a/my_deploy.sh b/my_deploy.sh index ee3244ac99d5a2e8d5dba5a6ccd1609b0012c06b..be97a0aabfeace9b7bd0f19eda0c48fb98f626d5 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"