status-prod: increase volume size

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2023-10-27 09:51:30 +02:00
parent 7431483b49
commit 96600e6471
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 = 80
data_volume_size = 100
}
}
}