diff --git a/my_deploy.sh b/my_deploy.sh index bb8932b11b2ff61961f57c14b065bd100cb5d057..9790a4ea4765c4090ff0e8ff2f725e30754d4d1c 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+"