Skip to content

Commit

Permalink
Setup profileList for LIS hub
Browse files Browse the repository at this point in the history
Based on request in https://2i2c.freshdesk.com/a/tickets/1348,
which asks us to set as default the same limits as right now,
and offer a higher limit as an option
  • Loading branch information
yuvipanda committed Mar 1, 2024
1 parent a18937f commit 93573d4
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 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,20 @@ 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"
default: true
kubespawner_override:
mem_limit: 4G
mem_guarantee: 1G
hub:
config:
JupyterHub:
Expand Down

0 comments on commit 93573d4

Please sign in to comment.