Skip to content

Commit

Permalink
Increase resources available for gridsst
Browse files Browse the repository at this point in the history
- Earlier, it was inheriting the default 1G memory values. Increase
  it per #1832 (comment)
- Put all users on bigger nodes, as this leads to faster autoscaling.
- Add another admin

Ref #1832
  • Loading branch information
yuvipanda committed Nov 1, 2022
1 parent da43da9 commit 3b7d328
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/clusters/gridsst/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,20 @@ basehub:
Authenticator:
allowed_users: &gridsst_users
- alisonrgray
- nikki-t
- dgumustel
admin_users: *gridsst_users
JupyterHub:
authenticator_class: github
singleuser:
memory:
guarantee: 15G
limit: 16G
cpu:
guarantee: 4
limit: 8
nodeSelector:
node.kubernetes.io/instance-type: m5.8xlarge
defaultUrl: /lab
# User image: https://quay.io/repository/uwhackweek/snowex?tab=tags
image:
Expand Down

0 comments on commit 3b7d328

Please sign in to comment.