Unverified Commit 7724a301 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Removed Kubevirt dependancy (#563)

parent 7ee073d2
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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