Skip to content

Commit

Permalink
Increase dev (and demo) disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Aug 15, 2024
1 parent 370d826 commit 3d27954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment/deployments/science-platform/env/demo-gke.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ node_pools = [
max_count = 100
image_type = "cos_containerd"
enable_secure_boot = true
disk_size_gb = "200"
disk_size_gb = "300"
disk_type = "pd-ssd"
}
]
Expand All @@ -38,4 +38,4 @@ node_pools_labels = {
}

# Increase this number to force Terraform to update the demo environment.
# Serial: 2
# Serial: 3
4 changes: 2 additions & 2 deletions environment/deployments/science-platform/env/dev-gke.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ node_pools = [
max_count = 100
image_type = "cos_containerd"
enable_secure_boot = true
disk_size_gb = "200"
disk_size_gb = "300"
disk_type = "pd-ssd"
}
]
Expand All @@ -38,4 +38,4 @@ node_pools_labels = {
}

# Increase this number to force Terraform to update the dev environment.
# Serial: 2
# Serial: 3

0 comments on commit 3d27954

Please sign in to comment.