Skip to content

Commit

Permalink
feat(staging): use a vm type with more memory to have less nodes and …
Browse files Browse the repository at this point in the history
…so maybe saving money
  • Loading branch information
hugotiburtino committed Jul 17, 2024
1 parent a4bfffb commit 79d0377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
region = "europe-west3"
zone = "europe-west3-a"

cluster_machine_type = "n1-highcpu-2"
cluster_machine_type = "n1-standard-2"

mysql_database_instance_name = "${local.project}-mysql-2021-07-15"
kpi_database_instance_name = "${local.project}-postgres-2020-01-19-3"
Expand Down

0 comments on commit 79d0377

Please sign in to comment.