Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3756 from yuvipanda/lis
Browse files Browse the repository at this point in the history
Setup profileList for LIS hub
  • Loading branch information
yuvipanda authored Mar 6, 2024
2 parents 55476e7 + 16f2346 commit dd3c2e3
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions config/clusters/2i2c-uk/lis.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,19 @@ jupyterhub:
# https://hub.docker.com/r/lisacuk/lishub-base
name: "lisacuk/lishub-base"
tag: "581a714"
memory:
# increase as requested via https://2i2c.freshdesk.com/a/tickets/1066
guarantee: 512M
limit: 2G
profileList:
# Setup as requested in https://2i2c.freshdesk.com/a/tickets/1348
- display_name: Regular Instance
description: "Provides 512M - 2G of RAM"
default: true
kubespawner_override:
mem_limit: 2G
mem_guarantee: 512M
- display_name: Large Instance
description: "Provides 1G - 4G of RAM"
kubespawner_override:
mem_limit: 4G
mem_guarantee: 1G
hub:
config:
JupyterHub:
Expand Down

0 comments on commit dd3c2e3

Please sign in to comment.