Skip to content

Commit

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

0 comments on commit 87eac41

Please sign in to comment.