Upgrade walker VM
More RAM is needed here for clickhouse and website
This commit is contained in:
parent
65f14d8930
commit
7230c765cc
@ -9,7 +9,7 @@ module "walker_firewall" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "vultr_instance" "walker" {
|
resource "vultr_instance" "walker" {
|
||||||
plan = "vhf-1c-1gb"
|
plan = "vhf-1c-2gb"
|
||||||
region = "lhr"
|
region = "lhr"
|
||||||
hostname = "walker"
|
hostname = "walker"
|
||||||
firewall_group_id = module.walker_firewall.firewall_group.id
|
firewall_group_id = module.walker_firewall.firewall_group.id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user