Skip to content

Commit

Permalink
Shift to spot VMs for the Isidro instances outside us-central1 (produ…
Browse files Browse the repository at this point in the history
…ction provisioning config)
  • Loading branch information
ndebuhr committed Jul 20, 2022
1 parent abb2497 commit 55468aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions provisioning/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "secondary" {
zones = ["us-east1-c", "us-east1-d"]
node_count = 1
nodes_service_account = module.foundations.nodes_sa_email
spot = false
spot = true
machine_type = "t2d-standard-4"
binauthz_attestor_name = module.foundations.binauthz_attestor
providers = {
Expand All @@ -71,7 +71,7 @@ module "tertiary" {
zones = ["europe-west1-b", "europe-west1-d"]
node_count = 1
nodes_service_account = module.foundations.nodes_sa_email
spot = false
spot = true
machine_type = "t2d-standard-4"
binauthz_attestor_name = module.foundations.binauthz_attestor
providers = {
Expand All @@ -97,7 +97,7 @@ module "quaternary" {
zones = ["europe-west4-a", "europe-west4-b"]
node_count = 1
nodes_service_account = module.foundations.nodes_sa_email
spot = false
spot = true
machine_type = "t2d-standard-4"
binauthz_attestor_name = module.foundations.binauthz_attestor
providers = {
Expand All @@ -123,7 +123,7 @@ module "quinary" {
zones = ["asia-east1-a", "asia-east1-b"]
node_count = 1
nodes_service_account = module.foundations.nodes_sa_email
spot = false
spot = true
machine_type = "t2d-standard-4"
binauthz_attestor_name = module.foundations.binauthz_attestor
providers = {
Expand Down

0 comments on commit 55468aa

Please sign in to comment.