From d979c9f5099b125b2e12f4f84351efbd08165010 Mon Sep 17 00:00:00 2001 From: luiscal4a <l.delacal@alumnos.upm.es> Date: Tue, 27 Sep 2022 17:11:36 +0200 Subject: [PATCH] Updated expose_ingress_grpc.sh --- 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 cc654a8de..29bca8830 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:-"l3_attackmitigator l3_centralizedattackdetector"} +export TFS_COMPONENTS=${TFS_COMPONENTS:-"context device automation policy service compute monitoring l3_attackmitigator l3_centralizedattackdetector webui"} ######################################################################################################################## # Automated steps start here -- GitLab