workspaces.tf: increase DB volume size to 50 GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-01-04 13:05:28 +01:00
parent f0c2632dd2
commit e4f5d0edb5
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ locals {
gc_type = "g1-small" /* Google Cloud */
node_data_vol_size = 40
node_db_data_vol_size = 40
node_db_data_vol_size = 50
}
# Inherits defaults.