From 0143df848bd446529884e2caf1b832d6aa4ff3eb Mon Sep 17 00:00:00 2001 From: Lluis Gifre Renom <lluis.gifre@cttc.es> Date: Fri, 12 May 2023 14:07:21 +0000 Subject: [PATCH] Update my_deploy.sh --- my_deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/my_deploy.sh b/my_deploy.sh index bb8932b11..9790a4ea4 100755 --- a/my_deploy.sh +++ b/my_deploy.sh @@ -43,6 +43,9 @@ export TFS_K8S_NAMESPACE="tfs" # Set additional manifest files to be applied after the deployment 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 export TFS_GRAFANA_PASSWORD="admin123+" -- GitLab