Commit 3bda80ee authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tutorial Deployment:

- Updated section 1.3. Variable TFS_EXTRA_MANIFESTS was pointing to the wrong file.
parent 8c54943f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
```