Skip to content

Commit

Permalink
bump cluster memory (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun authored Feb 14, 2025
1 parent 27c00c0 commit bd5dbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/talos-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "proxmox_vm_qemu" "kubernetes-master_vm" {
iso = "local:iso/talos-kubernetes-${var.talos.version}.iso"

# System
memory = 2048
memory = 3072
cores = 2
cpu = "host"
scsihw = "virtio-scsi-single"
Expand Down Expand Up @@ -79,7 +79,7 @@ resource "proxmox_vm_qemu" "kubernetes-worker_vm" {
iso = "local:iso/talos-kubernetes-${var.talos.version}.iso"

# System
memory = 8192
memory = 9216
cores = 2
cpu = "host"
scsihw = "virtio-scsi-single"
Expand Down

0 comments on commit bd5dbbe

Please sign in to comment.