Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -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
```
......
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