status.test: upgrade DB instance to s-2vcpu-2gb

It appears the latency resulting from queries and inserts being
performed from other data centers does not play a big role, and the main
bottleneck is the size of the DB host:
https://github.com/status-im/infra-status/issues/37#issuecomment-1838471137

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-12-04 12:49:06 +01:00
parent fc26f5319c
commit 38540fd174
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@ locals {
}
# Inherits defaults.
test = {}
test = {
db_do_type = "s-2vcpu-2gb"
}
prod = {
node_count = 2
node_data_vol_size = 350