Skip to content

Commit

Permalink
Merge pull request 2i2c-org#1058 from yuvipanda/paleo-again
Browse files Browse the repository at this point in the history
Add a separate nodepool for paleohack event
  • Loading branch information
yuvipanda authored Mar 9, 2022
2 parents b1686c0 + 311f01c commit ef6040d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/clusters/2i2c/paleohack2021.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jupyterhub:
funded_by:
name: "NSF Paleo Perspectives on Climate Change program"
url: "https://www.nsf.gov/funding/pgm_summ.jsp?pims_id=5750"
prePuller:
continuous:
enabled: true
hook:
enabled: true
singleuser:
memory:
guarantee: 256M
Expand All @@ -34,7 +39,9 @@ jupyterhub:
limit: 2
image:
name: quay.io/2i2c/paleohack-2021
tag: 7534858b1098
tag: 9d557294938e
nodeSelector:
2i2c.org/community: paleo
hub:
config:
Authenticator:
Expand Down
8 changes: 8 additions & 0 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ notebook_nodes = {
max : 20,
machine_type : "n1-highmem-4",
labels: { }
},
"paleo": {
min: 0,
max: 20,
machine_type: "n1-highmem-4",
labels: {
"2i2c.org/community": "paleo"
}
}
}

Expand Down

0 comments on commit ef6040d

Please sign in to comment.