more ram for k3s
This commit is contained in:
parent
46ad92199e
commit
50a34961ab
1 changed files with 2 additions and 2 deletions
4
main.tf
4
main.tf
|
@ -44,7 +44,7 @@ resource "proxmox_lxc" "vault" {
|
||||||
clone = "101"
|
clone = "101"
|
||||||
|
|
||||||
memory = 1024
|
memory = 1024
|
||||||
|
|
||||||
rootfs {
|
rootfs {
|
||||||
storage = "local-zfs"
|
storage = "local-zfs"
|
||||||
size = "8G"
|
size = "8G"
|
||||||
|
@ -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