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
|
protocol: TCP
|
||||||
- containerPort: 3389
|
- containerPort: 3389
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
devices.kubevirt.io/kvm: 1
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
env:
|
env:
|
||||||
|
|
@ -42,10 +39,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: windows-pvc
|
claimName: windows-pvc
|
||||||
|
- name: dev-kvm
|
||||||
|
hostPath:
|
||||||
|
path: /dev/kvm
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue