Skip to content

Commit

Permalink
Setup nodepool for neurohackademy
Browse files Browse the repository at this point in the history
Reconstruction/reversion of PR 2i2c-org#1726
  • Loading branch information
sgibson91 committed Jul 4, 2023
1 parent 16a6073 commit f4ec56b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ notebook_nodes = {
resource_labels : {
"community" : "climatematch"
}
},
"neurohackademy": {
# We expect around 120 users
min: 1,
max: 100,
machine_type: "n1-highmem-n16",
labels: {
"2i2c.org/community": "neurohackademy"
},
}
}

Expand Down

0 comments on commit f4ec56b

Please sign in to comment.