Skip to content
Snippets Groups Projects
Commit d4468e9c authored by edupin's avatar edupin
Browse files

add persitence on jupyterlab

parent de0ccacb
No related branches found
No related tags found
No related merge requests found
docker build -t che-devfile-registry -f build/dockerfiles/Dockerfile .
#export DOCKER_ID_USER="kosted"
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.8
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.8
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.9
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.9
......@@ -26,12 +26,16 @@ components:
- name: jupyter
image: 'kosted/maap-esa-jupyterlab:0.0.6'
imagePullPolicy: IfNotPresent
mountSources: true
resources:
limits:
memory: 2048Mi
securityContext:
privileged: true
type: kubernetes
volumes:
- name: projects
containerPath: /projects
alias: maap-jupyterlab
env:
- value: WS_JUPYTER
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment