mirror of
https://github.com/status-im/infra-waku.git
synced 2025-02-02 08:05:00 +00:00
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:
parent
cd1b3e145e
commit
bd4559157c
@ -18,7 +18,7 @@ locals {
|
|||||||
gc_type = "g1-small" /* Google Cloud */
|
gc_type = "g1-small" /* Google Cloud */
|
||||||
|
|
||||||
node_data_vol_size = 40
|
node_data_vol_size = 40
|
||||||
node_db_data_vol_size = 50
|
node_db_data_vol_size = 70
|
||||||
}
|
}
|
||||||
|
|
||||||
# Inherits defaults.
|
# Inherits defaults.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user