Skip to content

Commit

Permalink
Use JupyterHub specific terminology for setting resource guarantees
Browse files Browse the repository at this point in the history
I think z2jh should support the kubernetes native terminology
(requests) as well

Ref 2i2c-org#790
  • Loading branch information
yuvipanda committed Oct 28, 2021
1 parent 125f288 commit 6680d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/hubs/2i2c.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ hubs:
url: "https://www.nsf.gov/funding/pgm_summ.jsp?pims_id=5750"
singleuser:
memory:
requests: 256M
guarantee: 256M
limit: 4G
cpu:
requests: 0.1
guarantee: 0.1
limit: 2
image:
name: quay.io/2i2c/paleohack-2021
Expand Down

0 comments on commit 6680d49

Please sign in to comment.