Skip to content

Commit

Permalink
update machine type of dispatcher and production to E2
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Jun 13, 2022
1 parent ae6dfca commit b257ae3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/dispatcher/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "cluster" {
disk_type = "pd-ssd"
image = "COS"
local_ssds = 0
machine_type = "n1-standard-8"
machine_type = "e2-standard-8"
max = 2
min = 1
preemptible = false
Expand Down
6 changes: 3 additions & 3 deletions terraform/environments/production/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "cluster" {
disk_type = "pd-ssd"
image = "COS"
local_ssds = 0
machine_type = "n1-standard-8"
machine_type = "e2-standard-8"
max = 5
min = 1
preemptible = false
Expand All @@ -32,7 +32,7 @@ module "cluster" {
disk_type = "pd-ssd"
image = "Ubuntu"
local_ssds = 0
machine_type = "custom-8-16384"
machine_type = "e2-standard-4"
max = 10
min = 1
preemptible = false
Expand All @@ -47,7 +47,7 @@ module "cluster" {
disk_type = "pd-ssd"
image = "Ubuntu"
local_ssds = 0
machine_type = "custom-8-16384"
machine_type = "e2-standard-4"
max = 5
min = 1
preemptible = false
Expand Down
6 changes: 3 additions & 3 deletions terraform/environments/production/k8s_topgun.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "k8s_topgun_cluster" {
disk_type = "pd-ssd"
image = "COS"
local_ssds = 0
machine_type = "n1-standard-8"
machine_type = "e2-standard-8"
max = 3
min = 1
preemptible = false
Expand All @@ -30,7 +30,7 @@ module "k8s_topgun_cluster" {
disk_type = "pd-ssd"
image = "Ubuntu"
local_ssds = 0
machine_type = "n1-highcpu-8"
machine_type = "e2-highcpu-8"
max = 10
min = 1
preemptible = false
Expand All @@ -48,7 +48,7 @@ module "k8s_topgun_cluster" {
disk_type = "pd-ssd"
image = "COS"
local_ssds = 0
machine_type = "n1-highcpu-8"
machine_type = "e2-highcpu-8"
max = 10
min = 1
preemptible = false
Expand Down

0 comments on commit b257ae3

Please sign in to comment.