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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user