feat(k8s-wheatley): Prepare for GPU nodes

This commit is contained in:
Peter 2026-01-03 13:05:56 +01:00
parent fbbfee32a4
commit c6d4143df2
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
7 changed files with 25 additions and 4 deletions

View file

@ -21,6 +21,7 @@ variable "talos_nodes" {
type = string
ipv4_address = string
storage_address = optional(string)
pvc_disks = optional(list(number)),
pvc_disks = optional(list(number))
gpu_enabled = optional(bool, false)
}))
}