Skip to content

Commit

Permalink
Non preemptible (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicec authored Sep 25, 2024
1 parent 4726c8e commit 952f9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" {
node_count = var.node_min_count

node_config {
preemptible = true
preemptible = false
machine_type = var.node_pool_machine_type

# Google recommends custom service accounts that have cloud-platform scope and permissions granted via IAM Roles.
Expand Down

0 comments on commit 952f9de

Please sign in to comment.