Skip to content

Commit 4902214

Browse files
committed
Fix idfint lab nodepool instance type name
1 parent 56e38ee commit 4902214

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)