From 50a34961ab6de7a2c1d3659dac5c88059a078a8f Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Sun, 17 Oct 2021 23:38:49 +0200 Subject: [PATCH] more ram for k3s --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 1e5b9177..248b227c 100644 --- a/main.tf +++ b/main.tf @@ -44,7 +44,7 @@ resource "proxmox_lxc" "vault" { clone = "101" memory = 1024 - + rootfs { storage = "local-zfs" size = "8G" @@ -64,7 +64,7 @@ resource "proxmox_vm_qemu" "k3s-node1" { vmid = 103 clone = "bastion" - memory = 2048 + memory = 8192 cores = 4 agent = 1