Skip to content
Snippets Groups Projects
Commit 0143df84 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update my_deploy.sh

parent 0a1e31e5
No related branches found
No related tags found
1 merge request!142Release TeraFlowSDN 2.1
...@@ -43,6 +43,9 @@ export TFS_K8S_NAMESPACE="tfs" ...@@ -43,6 +43,9 @@ export TFS_K8S_NAMESPACE="tfs"
# Set additional manifest files to be applied after the deployment # Set additional manifest files to be applied after the deployment
export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml manifests/servicemonitors.yaml" export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml manifests/servicemonitors.yaml"
# Uncoment when deploying Optical CyberSecurity
export TFS_EXTRA_MANIFESTS="${TFS_EXTRA_MANIFESTS} manifests/cachingservice.yaml"
# Set the new Grafana admin password # Set the new Grafana admin password
export TFS_GRAFANA_PASSWORD="admin123+" export TFS_GRAFANA_PASSWORD="admin123+"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment