Skip to content

Commit

Permalink
Merge pull request #4480 from GeorgianaElena/small-binder-event
Browse files Browse the repository at this point in the history
[To be merged on Aug 1] Update machine and resources for small binder opensci
  • Loading branch information
GeorgianaElena authored Jul 30, 2024
2 parents cabee27 + 46d4999 commit affa5c3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config/clusters/opensci/small-binder.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,22 @@ jupyterhub:
homepage:
templateVars:
enabled: false
cull:
every: 300
# Cull after 4h of inactivity
timeout: 14400
# No pods over 12h long
maxAge: 43200
singleuser:
nodeSelector:
# Schedule users on the smallest instance
# https://github.com/2i2c-org/infrastructure/issues/4241
node.kubernetes.io/instance-type: r5.xlarge
# Temporary bigger machine and resources for https://github.com/2i2c-org/infrastructure/issues/4479
node.kubernetes.io/instance-type: r5.4xlarge
cpu:
limit: 2
guarantee: 1
limit: 4
memory:
limit: 4G
guarantee: 2G
limit: 8G
guarantee: 8G
storage:
type: none
extraVolumeMounts: []
Expand Down

0 comments on commit affa5c3

Please sign in to comment.