We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55476e7 + 16f2346 commit dd3c2e3Copy full SHA for dd3c2e3
config/clusters/2i2c-uk/lis.values.yaml
@@ -54,10 +54,19 @@ jupyterhub:
54
# https://hub.docker.com/r/lisacuk/lishub-base
55
name: "lisacuk/lishub-base"
56
tag: "581a714"
57
- memory:
58
- # increase as requested via https://2i2c.freshdesk.com/a/tickets/1066
59
- guarantee: 512M
60
- limit: 2G
+ profileList:
+ # Setup as requested in https://2i2c.freshdesk.com/a/tickets/1348
+ - display_name: Regular Instance
+ description: "Provides 512M - 2G of RAM"
61
+ default: true
62
+ kubespawner_override:
63
+ mem_limit: 2G
64
+ mem_guarantee: 512M
65
+ - display_name: Large Instance
66
+ description: "Provides 1G - 4G of RAM"
67
68
+ mem_limit: 4G
69
+ mem_guarantee: 1G
70
hub:
71
config:
72
JupyterHub:
0 commit comments