From 87852cf3044d3350c8782281d8570639764b551c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Tue, 18 Jun 2024 15:06:45 +0000 Subject: [PATCH] Devel: sync profiles --- cesnet-central/deployments/fullhub.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index eb82a46..52b386d 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -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$'" -- GitLab