docs: Removed Kubevirt dependancy (#121)
This commit is contained in:
parent
cea30ec530
commit
25d033632f
1 changed files with 5 additions and 4 deletions
|
@ -23,9 +23,6 @@ spec:
|
|||
ports:
|
||||
- containerPort: 8006
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
devices.kubevirt.io/kvm: 1
|
||||
securityContext:
|
||||
privileged: true
|
||||
env:
|
||||
|
@ -40,10 +37,15 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /storage
|
||||
name: storage
|
||||
- mountPath: /dev/kvm
|
||||
name: dev-kvm
|
||||
volumes:
|
||||
- name: storage
|
||||
persistentVolumeClaim:
|
||||
claimName: qemu-pvc
|
||||
- name: dev-kvm
|
||||
hostPath:
|
||||
path: /dev/kvm
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
@ -58,4 +60,3 @@ spec:
|
|||
protocol: TCP
|
||||
port: 8006
|
||||
targetPort: 8006
|
||||
nodePort: 48006
|
||||
|
|
Loading…
Reference in a new issue