From b789ca0496c60bff9c1e5c2ab5369c7013d2cf62 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 11 May 2023 14:36:00 +0000 Subject: [PATCH] Pre-merge code cleanup --- expose_ingress_grpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expose_ingress_grpc.sh b/expose_ingress_grpc.sh index 2a735ea8e..2bc0fd64b 100755 --- a/expose_ingress_grpc.sh +++ b/expose_ingress_grpc.sh @@ -21,7 +21,7 @@ export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} # If not already set, set the list of components you want to build images for, and deploy. -export TFS_COMPONENTS=${TFS_COMPONENTS:-"context device automation policy service compute monitoring l3_attackmitigator l3_centralizedattackdetector webui"} +export TFS_COMPONENTS=${TFS_COMPONENTS:-"context device automation policy service compute monitoring dbscanserving opticalattackmitigator opticalcentralizedattackdetector l3_attackmitigator l3_centralizedattackdetector webui"} ######################################################################################################################## # Automated steps start here -- GitLab