mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-18 12:06:05 +00:00
infra: r740: update proxmox machines
This commit is contained in:
@@ -58,7 +58,7 @@ resource "proxmox_virtual_environment_vm" "ai" {
|
|||||||
cpu {
|
cpu {
|
||||||
type = "host"
|
type = "host"
|
||||||
cores = 20
|
cores = 20
|
||||||
sockets = 2
|
sockets = 1
|
||||||
flags = []
|
flags = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ resource "proxmox_virtual_environment_vm" "build-latest" {
|
|||||||
cpu {
|
cpu {
|
||||||
type = "host"
|
type = "host"
|
||||||
cores = 20
|
cores = 20
|
||||||
sockets = 2
|
sockets = 1
|
||||||
flags = []
|
flags = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -54,8 +54,8 @@ resource "proxmox_virtual_environment_vm" "docker-machine" {
|
|||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
type = "host"
|
type = "host"
|
||||||
cores = 40
|
cores = 20
|
||||||
sockets = 2
|
sockets = 1
|
||||||
flags = []
|
flags = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_download_file" "talos-cloudimg" {
|
|||||||
datastore_id = "local"
|
datastore_id = "local"
|
||||||
file_name = "talos-v1.11.1-nocloud-amd64.iso"
|
file_name = "talos-v1.11.1-nocloud-amd64.iso"
|
||||||
node_name = var.proxmox_node_name
|
node_name = var.proxmox_node_name
|
||||||
url = "https://factory.talos.dev/image/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515/v1.11.1/nocloud-amd64.iso"
|
url = "https://factory.talos.dev/image/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515/v1.11.5/nocloud-amd64.iso"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "proxmox_virtual_environment_vm" "kube" {
|
resource "proxmox_virtual_environment_vm" "kube" {
|
||||||
@@ -22,14 +22,14 @@ resource "proxmox_virtual_environment_vm" "kube" {
|
|||||||
stop_on_destroy = true
|
stop_on_destroy = true
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
cores = 40
|
cores = 20
|
||||||
sockets = 2
|
sockets = 1
|
||||||
type = "host"
|
type = "host"
|
||||||
}
|
}
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
dedicated = 32768
|
dedicated = 32768
|
||||||
floating = 32768
|
floating = 16192
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_order = ["scsi0", "ide0"]
|
boot_order = ["scsi0", "ide0"]
|
||||||
|
|||||||
Reference in New Issue
Block a user