Skip to content

Commit

Permalink
Merge pull request #5282 from jnywong/ubc-eoas-image
Browse files Browse the repository at this point in the history
Add profile
  • Loading branch information
jnywong authored Dec 13, 2024
2 parents 7dcc505 + b92fad4 commit d41d9a3
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions config/clusters/ubc-eoas/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,30 +76,38 @@ jupyterhub:
node.kubernetes.io/instance-type: r5.2xlarge
profileList:
- display_name: EOSC211
description: "For class EOSC211, provides upto 1 CPU and ~4G RAM"
description: "For class EOSC211, provides up to 1 CPU and ~4G RAM"
default: true
kubespawner_override:
# Using 'latest' for now so updates do not require 2i2c
# involvement.
image: quay.io/henrykmodzelewski/2i2c-eosc211:latest
- display_name: EOSC212
description: "For class EOSC212, provides upto 1 CPU and ~4G RAM"
description: "For class EOSC212, provides up to 1 CPU and ~4G RAM"
kubespawner_override:
# Using 'latest' for now so updates do not require 2i2c
# involvement.
image: quay.io/henrykmodzelewski/2i2c-eosc212:latest
- display_name: EOSC350
description: "For class EOSC350, provides upto 1 CPU and ~4G RAM"
description: "For class EOSC350, provides up to 1 CPU and ~4G RAM"
kubespawner_override:
# Using 'latest' for now so updates do not require 2i2c
# involvement.
image: quay.io/henrykmodzelewski/2i2c-eosc350:latest
- display_name: EOSC454
description: "For class EOSC454, provides upto 1 CPU and ~4G RAM"
description: "For class EOSC454, provides up to 1 CPU and ~4G RAM"
kubespawner_override:
# Using 'latest' for now so updates do not require 2i2c
# involvement.
image: quay.io/henrykmodzelewski/2i2c-eosc454:latest
# https://2i2c.freshdesk.com/a/tickets/2578
- display_name: ENVR420
description: "For class ENVR420, provides up to 1 CPU and ~4G RAM"
kubespawner_override:
# Using 'latest' for now so updates do not require 2i2c
# involvement.
image: quay.io/henrykmodzelewski/2i2c-envr420:latest

scheduling:
userScheduler:
enabled: true

0 comments on commit d41d9a3

Please sign in to comment.