upgrade faucet instance to one with more memory and space

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-09 22:32:30 -04:00
parent 54feca95f3
commit e299da41ea
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -36,9 +36,9 @@ module "main" {
name = "master" name = "master"
env = "faucet" env = "faucet"
group = "faucet-master" group = "faucet-master"
type = "n1-standard-1" type = "n1-standard-2"
host_count = 1 host_count = 1
vol_size = 10 vol_size = 20
domain = var.domain domain = var.domain
open_ports = [ open_ports = [
"80", /* HTTP */ "80", /* HTTP */