diff --git a/envs/dandi/managed-jupyterhub.yaml b/envs/dandi/managed-jupyterhub.yaml index a8ec95d..82563fd 100644 --- a/envs/dandi/managed-jupyterhub.yaml +++ b/envs/dandi/managed-jupyterhub.yaml @@ -216,30 +216,6 @@ singleuser: kubespawner_override: image: ${singleuser_image_repo}:${singleuser_image_tag} display_name: Image - - default: true - description: 6 CPU / 16 GB up to 12C/32G. May take up to 15 mins to start. - display_name: MIT Workshop (tmp) - kubespawner_override: - cpu_guarantee: 6 - cpu_limit: 12 - image_pull_policy: Always - mem_guarantee: 16G - mem_limit: 32G - node_selector: - NodePool: cpu-on-demand - profile_options: - image: - choices: - matlab: - display_name: MATLAB (must provide your own license) - kubespawner_override: - image: ${singleuser_image_repo}:${singleuser_image_tag}-matlab - standard: - default: true - display_name: Standard - kubespawner_override: - image: ${singleuser_image_repo}:${singleuser_image_tag} - display_name: Image - default: true description: 6 CPU / 16 GB up to 12C/32G. May take up to 15 mins to start. display_name: Base diff --git a/envs/shared/jupyterhub.yaml b/envs/shared/jupyterhub.yaml index 8a06623..5a3e3ed 100755 --- a/envs/shared/jupyterhub.yaml +++ b/envs/shared/jupyterhub.yaml @@ -59,30 +59,30 @@ singleuser: mem_guarantee: 0.5G node_selector: NodePool: default - - display_name: "MIT Workshop (tmp)" - description: "6 CPU / 16 GB up to 12C/32G. May take up to 15 mins to start." - profile_options: - image: - display_name: "Image" - choices: - standard: - display_name: "Standard" - default: true - kubespawner_override: - image: "${singleuser_image_repo}:${singleuser_image_tag}" - matlab: - display_name: "MATLAB (must provide your own license)" - kubespawner_override: - image: "${singleuser_image_repo}:${singleuser_image_tag}-matlab" - default: true - kubespawner_override: - image_pull_policy: Always - cpu_limit: 12 - cpu_guarantee: 6 - mem_limit: 32G - mem_guarantee: 16G - node_selector: - NodePool: cpu-on-demand + # - display_name: "MIT Workshop (tmp)" + # description: "6 CPU / 16 GB up to 12C/32G. May take up to 15 mins to start." + # profile_options: + # image: + # display_name: "Image" + # choices: + # standard: + # display_name: "Standard" + # default: true + # kubespawner_override: + # image: "${singleuser_image_repo}:${singleuser_image_tag}" + # matlab: + # display_name: "MATLAB (must provide your own license)" + # kubespawner_override: + # image: "${singleuser_image_repo}:${singleuser_image_tag}-matlab" + # default: true + # kubespawner_override: + # image_pull_policy: Always + # cpu_limit: 12 + # cpu_guarantee: 6 + # mem_limit: 32G + # mem_guarantee: 16G + # node_selector: + # NodePool: cpu-on-demand - display_name: "Base" description: "6 CPU / 16 GB up to 12C/32G. May take up to 15 mins to start." profile_options: