workspaces.tf: bump db node data volume size to 70 GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-13 10:45:05 +02:00
parent cd1b3e145e
commit bd4559157c
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 = 50
node_db_data_vol_size = 70
}
# Inherits defaults.