Skip to content

Commit

Permalink
Use spot node for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsilcock authored Jan 8, 2023
1 parent ed09661 commit 0135df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ resource "google_container_node_pool" "ingress" {
}

node_config {
spot = true
machine_type = "e2-micro"

disk_size_gb = 10
Expand Down

0 comments on commit 0135df7

Please sign in to comment.