status.staging: double boot and store instance size

This commit is contained in:
Vedran Mendelski 2024-12-11 16:05:16 +01:00 committed by Vedran
parent ed044a1f97
commit 84eba478e0

View File

@ -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"