1 changed files with
4 additions and
4 deletions
|
|
@ -38,8 +38,8 @@ spec:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
port: 22000
|
|
|
|
port: 22000
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 22000
|
|
|
|
targetPort: 32200
|
|
|
|
nodePort: 22000
|
|
|
|
nodePort: 32200
|
|
|
|
discovery:
|
|
|
|
discovery:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
type: NodePort
|
|
|
|
type: NodePort
|
|
|
@ -49,5 +49,5 @@ spec:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
port: 21027
|
|
|
|
port: 21027
|
|
|
|
protocol: UDP
|
|
|
|
protocol: UDP
|
|
|
|
targetPort: 21027
|
|
|
|
targetPort: 30027
|
|
|
|
nodePort: 21027
|
|
|
|
nodePort: 30027
|
|
|
|