mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-26 07:42:34 +03:00
[tech] improve cluster vm: ram 2 -> 4, hdd -> ssd (20 -> 40)
This commit is contained in:
@@ -10,13 +10,14 @@ resource "yandex_compute_instance" "k8s-cluster" {
|
|||||||
|
|
||||||
resources {
|
resources {
|
||||||
cores = 2
|
cores = 2
|
||||||
memory = 2
|
memory = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_disk {
|
boot_disk {
|
||||||
initialize_params {
|
initialize_params {
|
||||||
image_id = "fd8kdq6d0p8sij7h5qe3" # ubuntu-20-04-lts-v20220822
|
image_id = "fd8kdq6d0p8sij7h5qe3" # ubuntu-20-04-lts-v20220822
|
||||||
size = "20"
|
size = "40"
|
||||||
|
type = "network-ssd"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user