From bd4559157c7d0e898b451102b49a8f21eca18634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 13 May 2024 10:45:05 +0200 Subject: [PATCH] workspaces.tf: bump db node data volume size to 70 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 b235233..469ebb7 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -18,7 +18,7 @@ locals { gc_type = "g1-small" /* Google Cloud */ node_data_vol_size = 40 - node_db_data_vol_size = 50 + node_db_data_vol_size = 70 } # Inherits defaults.