Update Proxmox VM specifications and optimize deployment configurations

- Revised CPU and memory specifications for various VMs, moving high-resource workloads from ML110-01 to R630-01 to balance resource allocation.
- Updated deployment YAML files to reflect changes in node assignments, CPU counts, and storage types, transitioning to Ceph storage for improved performance.
- Enhanced documentation to clarify resource usage and deployment strategies, ensuring efficient utilization of available hardware.
This commit is contained in:
defiQUG
2025-12-13 04:46:50 -08:00
parent 9963ff4de0
commit ee551e1c0b
26 changed files with 190 additions and 197 deletions

View File

@@ -11,15 +11,15 @@ metadata:
service: "ide"
spec:
forProvider:
node: "ml110-01"
node: "r630-01"
name: "phoenix-codespaces-ide"
cpu: 8
cpu: 4
memory: "32Gi"
disk: "200Gi"
storage: "local-lvm"
storage: "ceph-fs"
network: "vmbr0"
image: "local:iso/ubuntu-22.04-cloud.img"
site: "site-1"
site: "site-2"
userData: |
#cloud-config
# Package management