mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
removed kubevirt dep
This commit is contained in:
parent
d22372f47e
commit
55aadf0db6
1 changed files with 5 additions and 3 deletions
|
|
@ -27,9 +27,6 @@ spec:
|
|||
protocol: TCP
|
||||
- containerPort: 3389
|
||||
protocol: UDP
|
||||
resources:
|
||||
limits:
|
||||
devices.kubevirt.io/kvm: 1
|
||||
securityContext:
|
||||
privileged: true
|
||||
env:
|
||||
|
|
@ -42,10 +39,15 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /storage
|
||||
name: storage
|
||||
- mountPath: /dev/kvm
|
||||
name: dev-kvm
|
||||
volumes:
|
||||
- name: storage
|
||||
persistentVolumeClaim:
|
||||
claimName: windows-pvc
|
||||
- name: dev-kvm
|
||||
hostPath:
|
||||
path: /dev/kvm
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue