mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Add UDP and VNC
This commit is contained in:
parent
7893860d53
commit
a0bac2cf94
1 changed files with 14 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ spec:
|
|||
- containerPort: 3389
|
||||
name: rdp
|
||||
protocol: TCP
|
||||
- containerPort: 3389
|
||||
name: udp
|
||||
protocol: UDP
|
||||
- containerPort: 5900
|
||||
name: vnc
|
||||
protocol: TCP
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
|
|
@ -85,6 +91,14 @@ spec:
|
|||
port: 3389
|
||||
protocol: TCP
|
||||
targetPort: 3389
|
||||
- name: udp
|
||||
port: 3389
|
||||
protocol: UDP
|
||||
targetPort: 3389
|
||||
- name: vnc
|
||||
port: 5900
|
||||
protocol: TCP
|
||||
targetPort: 5900
|
||||
selector:
|
||||
app: windows
|
||||
type: ClusterIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue