mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40:34 +00:00
chore: restructured project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
resource "yandex_compute_disk" "k8s_main_master_disk" {
|
||||
name = "k8s_main_master_disk"
|
||||
description = "Disk for K8S main master persistent storage"
|
||||
|
||||
zone = "ru-central1-d"
|
||||
size = 10
|
||||
type = "network-hdd"
|
||||
block_size = 4096
|
||||
|
||||
allow_recreate = false
|
||||
}
|
||||
Reference in New Issue
Block a user