fix(kubevirt): rm bus type env var, svc per VM

This commit is contained in:
JJGadgets
2023-12-27 04:00:34 +08:00
parent 76185b492a
commit 53ebf8fea3
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
---
apiVersion: v1
kind: Service
metadata:
name: "ad-dc${NUM}"
spec:
type: ClusterIP
clusterIP: None
selector:
vm.home.arpa/ad: "dc${NUM}"

View File

@@ -33,8 +33,7 @@ spec:
devices:
disks:
- name: "c-drive"
disk:
bus: "${BUS:=sata}"
disk: {}
interfaces:
- name: "main"
masquerade: {}