Skip to content

Commit

Permalink
Update machine and resources for small binder opensci
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jul 23, 2024
1 parent 972b7c1 commit 0308191
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/clusters/opensci/small-binder.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jupyterhub:
enabled: false
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 0308191

Please sign in to comment.