Skip to content

Commit

Permalink
docs: Removed Kubevirt dependancy (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 13, 2024
1 parent 9ebb1f4 commit 7e761f8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ spec:
protocol: TCP
- containerPort: 5000
protocol: UDP
resources:
limits:
devices.kubevirt.io/kvm: 1
securityContext:
privileged: true
env:
Expand All @@ -42,10 +39,15 @@ spec:
volumeMounts:
- mountPath: /storage
name: storage
- mountPath: /dev/kvm
name: dev-kvm
volumes:
- name: storage
persistentVolumeClaim:
claimName: macos-pvc
- name: dev-kvm
hostPath:
path: /dev/kvm
---
apiVersion: v1
kind: Service
Expand All @@ -60,14 +62,11 @@ spec:
protocol: TCP
port: 8006
targetPort: 8006
nodePort: 48006
- name: tcp-5900
protocol: TCP
port: 5900
targetPort: 5900
nodePort: 43389
- name: udp-5900
protocol: UDP
port: 5900
targetPort: 5900
nodePort: 43388

0 comments on commit 7e761f8

Please sign in to comment.