mirror of
https://github.com/status-im/infra-status.git
synced 2025-02-03 10:53:58 +00:00
status.staging: double boot and store instance size
This commit is contained in:
parent
ed044a1f97
commit
84eba478e0
@ -38,6 +38,10 @@ locals {
|
|||||||
store_db_data_vol_size = 320
|
store_db_data_vol_size = 320
|
||||||
}
|
}
|
||||||
staging = {
|
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_do_type = "s-2vcpu-4gb"
|
||||||
db_ac_type = "ecs.t5-lc1m2.large"
|
db_ac_type = "ecs.t5-lc1m2.large"
|
||||||
db_gc_type = "c2d-highcpu-2"
|
db_gc_type = "c2d-highcpu-2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user