kubernetes/terraform: several updates

This commit is contained in:
Jan Novak
2026-01-14 14:49:19 +01:00
parent 90a44bd59f
commit 76e3ff9d03
9 changed files with 74 additions and 10 deletions

View File

@@ -229,9 +229,9 @@ resource "libvirt_volume" "cloudinit" {
resource "libvirt_domain" "master" {
provider = libvirt.kvm-homer
name = local.master_vm_name
memory = "2048"
memory = "4096"
memory_unit = "MiB"
vcpu = 2
vcpu = 3
type = "kvm"
autostart = true
running = true