Skip to content
Snippets Groups Projects
Commit 78d0ea68 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

let image be changed via environment

parent b50ff48d
No related branches found
No related tags found
No related merge requests found
Use deploy to deploy the analytics toolkit.
use
--docker-skip to avoid building the docker image
--update-docker to build a new docker image and update version_to_deploy
--tsl to use the secure connection for helm
With minikube do
......@@ -11,10 +11,15 @@ With minikube do
machine specific deploy:
# labtest-nomad
cd /nomad/nomadlab/servers/labtest-nomad/beaker-manager/deploy
./deploy.sh --tls --env labtest-nomad --update-docker --secret-web-certs web-certs > deploy.cmds
# labdev-nomad
cd /nomad/nomadlab/servers/labdev-nomad/analytics/beaker
./deploy/deploy.sh --env labdev-nomad --target-hostname labdev-nomad --secret-web-certs web-certs --debug
./deploy/deploy.sh --env labdev-nomad --target-hostname labdev-nomad --secret-web-certs web-certs --debug > deploy/deploy.cmds
development machine, deploy mirroring the filesystem, you might need to manully execute npm install in the container to if you update packages
......
......@@ -10,6 +10,11 @@
"ca": "KUBERNETES_CA"
"cert": "KUBERNETES_CERT"
"key": "KUBERNETES_KEY"
}
"k8component": {
"image": "IMAGE_DEFAULT"
"imageSubtype": "IMAGE_SUBTYPE"
"imageReStr": "IMAGE_RE_STR"
}
mongoDb: {
url: "MONGODB_URL"
......
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