aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--opentofu/main.tf6
1 files changed, 3 insertions, 3 deletions
diff --git a/opentofu/main.tf b/opentofu/main.tf
index 5cc3adc..95ff76b 100644
--- a/opentofu/main.tf
+++ b/opentofu/main.tf
@@ -107,7 +107,7 @@ resource "proxmox_virtual_environment_vm" "k3s_master" {
# Worker Nodes
resource "proxmox_virtual_environment_vm" "k3s_worker" {
- count = 3
+ count = 2
name = "k3s-worker-${count.index}"
node_name = var.proxmox_node
tags = ["debian", "k8s", "k3s_worker"]
@@ -122,13 +122,13 @@ resource "proxmox_virtual_environment_vm" "k3s_worker" {
}
cpu {
- cores = 1
+ cores = 4
sockets = 1
type = "host"
}
memory {
- dedicated = 512
+ dedicated = 4096
}
disk {
:18:35 +0100'>2025-12-25tofu: update bpg/proxmox to 0.90.0clyhtsuriva1-1/+1 2025-10-12tofu: update bpg/proxmox to 0.85.0clyhtsuriva1-1/+1 2025-10-12packer: disable package upgrades in user-data for Ubuntuclyhtsuriva1-1/+1 2025-08-30tofu: update bpg/proxmox to 0.82.1clyhtsuriva1-1/+1 2025-07-09ansible: install helm on k8s mastersclyhtsuriva2-0/+34 2025-07-09k8s: remove puterclyhtsuriva6-130/+0 2025-07-09Remove gitea from ansible & dockerclyhtsuriva5-89/+0 2025-07-09tofu: update bpg/proxmox to 0.79.0clyhtsuriva1-1/+1 2025-06-22ansible: set apt lock_timeout to 3minclyhtsuriva3-2/+4 2025-06-22tofu: update bpg/proxmox to 0.78.2clyhtsuriva1-1/+1 2025-05-24tofu: update bpg/proxmox to 0.78.0 (tested)clyhtsuriva2-2/+3 2025-05-01tofu: update bpg/proxmox to 0.77.0 (tested)clyhtsuriva1-1/+1 2025-04-22tofu: update bpg/proxmox to 0.76.0 (tested)clyhtsuriva1-1/+1 2025-04-15tofu: update bpg/proxmox to 0.75.0 (tested)clyhtsuriva1-1/+1 2025-04-04ansible: remove docker git repo cloning taskclyhtsuriva2-46/+0 2025-04-04ansible: deploy gitea using ansible (w.i.p.)clyhtsuriva4-0/+58