more ram for k3s
This commit is contained in:
parent
46ad92199e
commit
50a34961ab
1 changed files with 2 additions and 2 deletions
2
main.tf
2
main.tf
|
@ -64,7 +64,7 @@ resource "proxmox_vm_qemu" "k3s-node1" {
|
||||||
vmid = 103
|
vmid = 103
|
||||||
clone = "bastion"
|
clone = "bastion"
|
||||||
|
|
||||||
memory = 2048
|
memory = 8192
|
||||||
cores = 4
|
cores = 4
|
||||||
|
|
||||||
agent = 1
|
agent = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue