fix: Kubernetes yaml format (#506)
Signed-off-by: Weifeng Wang <qclaogui@gmail.com>
This commit is contained in:
parent
be9cdf400f
commit
5f066b47cf
|
@ -25,7 +25,7 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 3389
|
- containerPort: 3389
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 3389
|
- containerPort: 3389
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
@ -66,7 +66,7 @@ spec:
|
||||||
port: 3389
|
port: 3389
|
||||||
targetPort: 3389
|
targetPort: 3389
|
||||||
nodePort: 43389
|
nodePort: 43389
|
||||||
- name: udp-3389
|
- name: udp-3389
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
port: 3389
|
port: 3389
|
||||||
targetPort: 3389
|
targetPort: 3389
|
||||||
|
|
Loading…
Reference in New Issue