Skip to content
Snippets Groups Projects
Commit 87852cf3 authored by František Dvořák's avatar František Dvořák
Browse files

Devel: sync profiles

parent 1204417d
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,6 @@ ingress: ...@@ -17,8 +17,6 @@ ingress:
singleuser: singleuser:
# keep resource limits in sync with: # keep resource limits in sync with:
# - documentation/content/en/users/dev-env/notebooks/_index.md
# - documentation/content/en/users/dev-env/notebooks/data/_index.md
# - profileList # - profileList
storage: storage:
type: none type: none
...@@ -62,19 +60,19 @@ singleuser: ...@@ -62,19 +60,19 @@ singleuser:
defaultUrl: "/lab" defaultUrl: "/lab"
image: image:
name: valtri/single-user name: valtri/single-user
tag: "jupyter-4e" tag: "jupyter-4e-noncollab"
profileList: profileList:
- display_name: Default EGI environment - 6 GB RAM / 2 core (non-collaborative) - display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
description: > description: >
The Default notebook environment includes Python, R, Julia and Octave kernels The notebook environment includes Python, R, Julia and Octave kernels. Non-collaborative.
default: true default: true
kubespawner_override: kubespawner_override:
args: args:
- "--CondaKernelSpecManager.env_filter='/opt/conda$'" - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
image: "valtri/single-user:jupyter-4e-noncollab" image: "valtri/single-user:jupyter-4e-noncollab"
- display_name: Default EGI environment - 6 GB RAM / 2 core (collaborative) - display_name: Small Environment - 2 vCPU / 4 GB RAM (collaboratice)
description: > description: >
The Default notebook environment includes Python, R, Julia and Octave kernels The notebook environment includes Python, R, Julia and Octave kernels. Collaborative.
kubespawner_override: kubespawner_override:
args: args:
- "--CondaKernelSpecManager.env_filter='/opt/conda$'" - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
......
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