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:
|
ports:
|
||||||
- containerPort: 8006
|
- containerPort: 8006
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
devices.kubevirt.io/kvm: 1
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
env:
|
env:
|
||||||
|
@ -40,10 +37,15 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /storage
|
- mountPath: /storage
|
||||||
name: storage
|
name: storage
|
||||||
|
- mountPath: /dev/kvm
|
||||||
|
name: dev-kvm
|
||||||
volumes:
|
volumes:
|
||||||
- name: storage
|
- name: storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: qemu-pvc
|
claimName: qemu-pvc
|
||||||
|
- name: dev-kvm
|
||||||
|
hostPath:
|
||||||
|
path: /dev/kvm
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
@ -58,4 +60,3 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 8006
|
port: 8006
|
||||||
targetPort: 8006
|
targetPort: 8006
|
||||||
nodePort: 48006
|
|
||||||
|
|
Loading…
Reference in a new issue