mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-24 16:48:54 +00:00
upgrade faucet instance to one with more memory and space
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
54feca95f3
commit
e299da41ea
4
main.tf
4
main.tf
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user