From c4954941f00d44b36e017a9403853c8f286bc659 Mon Sep 17 00:00:00 2001 From: Enol Fernandez <enol.fernandez@egi.eu> Date: Fri, 19 Jul 2024 12:15:50 +0100 Subject: [PATCH] Add flavors annotation --- cesnet-central/deployments/fullhub.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 70149b5..bae6e9b 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -62,6 +62,8 @@ singleuser: args: - "--CondaKernelSpecManager.env_filter='/opt/conda$'" image: "eginotebooks/single-user:sha-b94a3ef" + extra_annotations: + "egi.eu/flavor": "small-environment-2-vcpu-4-gb-ram" - display_name: Small Environment - 2 vCPU / 4 GB RAM (collaboratice) description: > The notebook environment includes Python, R, Julia and Octave kernels. Collaborative. @@ -69,6 +71,8 @@ singleuser: args: - "--CondaKernelSpecManager.env_filter='/opt/conda$'" image: "valtri/single-user:jupyter-4e-collab" + extra_annotations: + "egi.eu/flavor": "small-environment-2-vcpu-4-gb-ram" cmd: jupyterhub-singleuser-webdav-wrapper extraFiles: wait-remote-home.sh: -- GitLab