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:
singleuser:
# 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
storage:
type: none
......@@ -62,19 +60,19 @@ singleuser:
defaultUrl: "/lab"
image:
name: valtri/single-user
tag: "jupyter-4e"
tag: "jupyter-4e-noncollab"
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: >
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
kubespawner_override:
args:
- "--CondaKernelSpecManager.env_filter='/opt/conda$'"
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: >
The Default notebook environment includes Python, R, Julia and Octave kernels
The notebook environment includes Python, R, Julia and Octave kernels. Collaborative.
kubespawner_override:
args:
- "--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