This commit is contained in:
2025-09-04 18:33:57 +02:00
parent 74c9d55a40
commit c6879cf145

View File

@@ -154,7 +154,7 @@ resource "proxmox_virtual_environment_vm" "flatcar_template" {
memory {
dedicated = 2048
floating = 512
floating = 2048
}
network_device {
@@ -205,7 +205,7 @@ resource "proxmox_virtual_environment_vm" "control_plane1" {
}
memory {
dedicated = 4096
floating = 1024
floating = 4096
}
# Netzwerk
@@ -251,7 +251,7 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
}
memory {
dedicated = 3072
floating = 1024
floating = 3072
}
# Netzwerk
@@ -289,7 +289,7 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
}
memory {
dedicated = 3072
floating = 1024
floating = 3072
}
# Netzwerk
@@ -340,7 +340,7 @@ resource "proxmox_virtual_environment_vm" "worker1" {
}
memory {
dedicated = 10240
floating = 1024
floating = 10240
}
# Netzwerk
@@ -378,7 +378,7 @@ resource "proxmox_virtual_environment_vm" "worker2" {
}
memory {
dedicated = 10240
floating = 1024
floating = 10240
}
# Netzwerk
@@ -416,7 +416,7 @@ resource "proxmox_virtual_environment_vm" "worker3" {
}
memory {
dedicated = 10240
floating = 1024
floating = 10240
}
# Netzwerk