mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(kubevirt): rm bus type env var, svc per VM
This commit is contained in:
10
kube/deploy/vm/ad/template-dc/svc.yaml
Normal file
10
kube/deploy/vm/ad/template-dc/svc.yaml
Normal 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}"
|
||||
@@ -33,8 +33,7 @@ spec:
|
||||
devices:
|
||||
disks:
|
||||
- name: "c-drive"
|
||||
disk:
|
||||
bus: "${BUS:=sata}"
|
||||
disk: {}
|
||||
interfaces:
|
||||
- name: "main"
|
||||
masquerade: {}
|
||||
|
||||
Reference in New Issue
Block a user