diff --git a/staging1/deployments/hub.yaml b/staging1/deployments/hub.yaml index 4c75a56d4a019d503524b81cbd5d97efb03ba5a8..07d12fc207ead90d44edc36c90e69671d18af9b5 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$'"