mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +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 {
|
||||
cores = 2
|
||||
memory = 2
|
||||
memory = 4
|
||||
}
|
||||
|
||||
boot_disk {
|
||||
initialize_params {
|
||||
image_id = "fd8kdq6d0p8sij7h5qe3" # ubuntu-20-04-lts-v20220822
|
||||
size = "20"
|
||||
size = "40"
|
||||
type = "network-ssd"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user