Skip to content

Commit

Permalink
Merge pull request #4588 from 2i2c-org/revert-4480-small-binder-event
Browse files Browse the repository at this point in the history
Revert "[To be merged on July 30] Update machine and resources for small binder opensci"
  • Loading branch information
GeorgianaElena authored Aug 7, 2024
2 parents 076fe0c + 87eac41 commit dad094c
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 dad094c

Please sign in to comment.