From 7d43513dfe43012cda78e5372090a08ec35bad5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 28 Aug 2024 15:36:23 +0200 Subject: [PATCH] status.staging: double size of DB hosts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- workspaces.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/workspaces.tf b/workspaces.tf index d2c1ed7..a58341e 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -38,7 +38,9 @@ locals { store_db_data_vol_size = 320 } staging = { - /* Settings specific to the test fleet/workspace. */ + db_do_type = "s-2vcpu-4gb" + db_ac_type = "ecs.t5-lc1m2.large" + db_gc_type = "c2d-highcpu-2" } } }