Skip to content

Commit

Permalink
status.staging: double boot and store instance size
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelskiv93 committed Dec 11, 2024
1 parent ed044a1 commit e374e72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workspaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ locals {
store_db_data_vol_size = 320
}
staging = {
node_do_type = "s-2vcpu-4gb"
node_ac_type = "ecs.t5-lc1m2.large"
node_gc_type = "c2d-highcpu-2"

db_do_type = "s-2vcpu-4gb"
db_ac_type = "ecs.t5-lc1m2.large"
db_gc_type = "c2d-highcpu-2"
Expand Down

0 comments on commit e374e72

Please sign in to comment.