status-prod: increase data size

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2023-10-31 15:32:59 +01:00
parent 96600e6471
commit 3a15309024
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ locals {
test = { hosts_count = 1 }
prod = {
hosts_count = 2
data_volume_size = 100
data_volume_size = 350
}
}
}