windows: upgrade host size to n2-standard-4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
13b27db54d
commit
0c9b9e47f1
|
@ -167,7 +167,7 @@ module "nimbus_nodes_prater_unstable_windows" {
|
||||||
open_tcp_ports = local.nimbus_ports
|
open_tcp_ports = local.nimbus_ports
|
||||||
|
|
||||||
/* Scaling */
|
/* Scaling */
|
||||||
type = "n2-standard-2" /* 2 vCPUs, 8GB RAM */
|
type = "n2-standard-4" /* 4 vCPUs, 16GB RAM */
|
||||||
host_count = 1
|
host_count = 1
|
||||||
root_vol_size = 80
|
root_vol_size = 80
|
||||||
root_vol_type = "pd-ssd"
|
root_vol_type = "pd-ssd"
|
||||||
|
|
Loading…
Reference in New Issue