Skip to content

Commit

Permalink
docs: Removed Kubevirt dependancy (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 13, 2024
1 parent cea30ec commit 25d0336
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ spec:
ports:
- containerPort: 8006
protocol: TCP
resources:
limits:
devices.kubevirt.io/kvm: 1
securityContext:
privileged: true
env:
Expand All @@ -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
Expand All @@ -58,4 +60,3 @@ spec:
protocol: TCP
port: 8006
targetPort: 8006
nodePort: 48006

0 comments on commit 25d0336

Please sign in to comment.