Skip to content

Commit ee2a2b9

Browse files
authored
Merge pull request #760 from lsst/u/danfuchs/fix-instance-type-typo
Fix idfint lab nodepool instance type name
2 parents 56e38ee + 4902214 commit ee2a2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/deployments/science-platform/env/integration-gke.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ node_pools = [
3030
},
3131
{
3232
name = "user-lab-pool"
33-
machine_type = "n2-himem-16"
33+
machine_type = "n2-highmem-16"
3434
node_locations = "us-central1-b"
3535
local_ssd_count = 0
3636
auto_repair = true

0 commit comments

Comments
 (0)