mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(vm-ad): rm tablet input
save CPU resources, like on Proxmox
This commit is contained in:
@@ -30,11 +30,12 @@ spec:
|
||||
preferredTPM:
|
||||
persistent: true
|
||||
preferredAutoattachMemBalloon: false
|
||||
preferredAutoattachInputDevice: true
|
||||
preferredAutoattachGraphicsDevice: true
|
||||
preferredAutoattachSerialConsole: true
|
||||
preferredAutoattachPodInterface: true
|
||||
preferredInputType: "tablet"
|
||||
# preferredAutoattachInputDevice: true
|
||||
# preferredInputType: "tablet"
|
||||
preferredAutoattachInputDevice: false # save CPU resources, similar to disabling tablet input on Proxmox
|
||||
features:
|
||||
preferredAcpi: {}
|
||||
preferredApic: {}
|
||||
|
||||
@@ -19,7 +19,6 @@ spec:
|
||||
vm.home.arpa/ad: "dc${NUM}"
|
||||
spec:
|
||||
hostname: "thunder-dc${NUM}"
|
||||
subdomain: "vm-ad"
|
||||
evictionStrategy: "LiveMigrate" # needs RWX PVC
|
||||
networks:
|
||||
- name: "main"
|
||||
|
||||
Reference in New Issue
Block a user