Loading tutorial/1-3-deploy-tfs.md +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ``` Loading Loading
tutorial/1-3-deploy-tfs.md +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ``` Loading