fixed nodeport out of range

This commit is contained in:
Alex Diaz 2024-06-13 08:06:50 -07:00
parent 55aadf0db6
commit 975f30278e

View file

@ -62,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