infra: update VMs

- kube: add NIC, bump up memory
- ai: set to off by default
- docker: bump up memory to absorb buildpath importer consumption
This commit is contained in:
2026-05-08 18:15:16 +02:00
parent 33bdb8f3b0
commit 17ab87e276
3 changed files with 11 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ resource "proxmox_virtual_environment_vm" "docker-machine" {
}
memory {
floating = 22222
floating = 32000
dedicated = 38768
}