my_deploy.sh 728 Bytes
Newer Older
export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed

Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
# Set the list of components, separated by spaces, you want to build images for, and deploy.
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
# Supported components are:
#   context device automation policy service compute monitoring webui
#   interdomain slice pathcomp dlt
#   dbscanserving opticalattackmitigator opticalattackdetector
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
#   l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
export TFS_COMPONENTS="context device automation pathcomp service compute monitoring webui"
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed

# Set the tag you want to use for your images.
export TFS_IMAGE_TAG="dev"
export TFS_K8S_NAMESPACE="tfs"
export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
export TFS_GRAFANA_PASSWORD="admin123+"