From 3bda80ee997d91094491f6dc69b541628a9235ed Mon Sep 17 00:00:00 2001 From: Lluis Gifre <lluis.gifre@cttc.es> Date: Wed, 20 Jul 2022 09:49:29 +0000 Subject: [PATCH] Tutorial Deployment: - Updated section 1.3. Variable TFS_EXTRA_MANIFESTS was pointing to the wrong file. --- tutorial/1-3-deploy-tfs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorial/1-3-deploy-tfs.md b/tutorial/1-3-deploy-tfs.md index d04eeb86e..07c79d7ab 100644 --- a/tutorial/1-3-deploy-tfs.md +++ b/tutorial/1-3-deploy-tfs.md @@ -41,9 +41,9 @@ git checkout develop __Important__: During the elaboration and validation of the tutorials, you should checkout branch "feat/microk8s-deployment". Otherwise, you will not have important files such as "my_deploy.sh" or - "deploy.sh". As soon as the tutorials are completed and approved, we will remove this note and merge - the "feat/microk8s-deployment" into "develop" and later into "master", and then the previous step will - be effective. + "deploy.sh". As soon as the tutorials are completed and approved, we will remove this note and merge the + "feat/microk8s-deployment" into "develop" and later into "master", and then the previous step will be + effective. ## 1.3.4. Prepare a deployment script with the deployment settings @@ -61,7 +61,7 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/" export TFS_COMPONENTS="context device automation service compute monitoring webui" export TFS_IMAGE_TAG="dev" export TFS_K8S_NAMESPACE="tfs" -export TFS_EXTRA_MANIFESTS="manifests/microk8s_ingress_http.yaml" +export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml" export TFS_GRAFANA_PASSWORD="admin123+" EOF ``` -- GitLab