mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
docs: Removed Kubevirt dependancy (#597)
This commit is contained in:
parent
e23f042c5f
commit
d18b4bff79
@ -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
|
||||||
@ -60,14 +62,11 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 8006
|
port: 8006
|
||||||
targetPort: 8006
|
targetPort: 8006
|
||||||
nodePort: 48006
|
|
||||||
- name: tcp-3389
|
- name: tcp-3389
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 3389
|
port: 3389
|
||||||
targetPort: 3389
|
targetPort: 3389
|
||||||
nodePort: 43389
|
|
||||||
- name: udp-3389
|
- name: udp-3389
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
port: 3389
|
port: 3389
|
||||||
targetPort: 3389
|
targetPort: 3389
|
||||||
nodePort: 43388
|
|
||||||
|
Loading…
Reference in New Issue
Block a user