From 63ed69c57f6f73bd4557a1d87706f7a9a39a247b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Thu, 25 Jul 2024 11:18:56 +0000 Subject: [PATCH] Minimal notebook user image for stress-tesing --- staging1/deployments/hub.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/staging1/deployments/hub.yaml b/staging1/deployments/hub.yaml index 4c75a56..07d12fc 100644 --- a/staging1/deployments/hub.yaml +++ b/staging1/deployments/hub.yaml @@ -54,10 +54,20 @@ singleuser: name: eginotebooks/single-user tag: "sha-b94a3ef" profileList: + - display_name: Minimal Environment - 2 vCPU / 4 GB RAM + description: > + The notebook environment with minimalistic user image. + default: true + kubespawner_override: + args: + - "--CondaKernelSpecManager.env_filter='/opt/conda$'" + extra_annotations: + "egi.eu/flavor": "minimal-environment-2-vcpu-4-gb-ram" + # 2024-07-25, lab-4.2.4, hub-5.0.0 + image: quay.io/jupyter/minimal-notebook:7f6f16c24c99 - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > The notebook environment includes Python, R, Julia and Octave kernels. - default: true kubespawner_override: args: - "--CondaKernelSpecManager.env_filter='/opt/conda$'" -- GitLab