diff --git a/expose_ingress_grpc.sh b/expose_ingress_grpc.sh index cc654a8de174e5ec822ced059860f24104498149..29bca88300d365c6d0606d4db749f07cc5dc547f 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