From 45f83b0039f492897f95e925a572ee42e5ead092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 4 Jul 2024 16:54:24 +0200 Subject: [PATCH] store-db: bump data volume from 150 GB to 250 GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- workspaces.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces.tf b/workspaces.tf index c2141c7..d0de7df 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -31,7 +31,7 @@ locals { db_ac_type = "ecs.c6.large" db_gc_type = "c2d-highcpu-2" - store_db_data_vol_size = 150 + store_db_data_vol_size = 250 } staging = { /* Settings specific to the test fleet/workspace. */