Skip to content

Commit

Permalink
Add a separate nodepool for paleohack event
Browse files Browse the repository at this point in the history
Ref 2i2c-org#1032

This reverts commit 20969eb.
  • Loading branch information
yuvipanda committed Mar 7, 2022
1 parent dea2760 commit ec509ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/clusters/2i2c/paleohack2021.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jupyterhub:
image:
name: quay.io/2i2c/paleohack-2021
tag: 7534858b1098
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: 5,
max: 20,
machine_type: "n1-highmem-4",
labels: {
"2i2c.org/community": "paleo"
}
}
}

Expand Down

0 comments on commit ec509ed

Please sign in to comment.