Skip to content

Commit

Permalink
workspaces.tf: bump db node data volume size to 70 GB
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed May 13, 2024
1 parent cd1b3e1 commit bd45591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd45591

Please sign in to comment.