Skip to content

Commit

Permalink
Will node pool size zero even work?
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Jun 6, 2024
1 parent f2a21b3 commit d4a5453
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment/deployments/science-platform/env/demo-gke.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ node_pools = [
auto_upgrade = true
preemptible = false
autoscaling = true
initial_node_count = 1
min_count = 1
max_count = 100
initial_node_count = 0
min_count = 0
max_count = 0
image_type = "cos_containerd"
enable_secure_boot = true
disk_size_gb = "200"
Expand All @@ -38,4 +38,4 @@ node_pools_labels = {
}

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

0 comments on commit d4a5453

Please sign in to comment.