diff --git a/deployment.yaml b/deployment.yaml index 23525ed..877af1b 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -74,3 +74,13 @@ spec: port: 9999 targetPort: 9999 nodePort: 30194 + - name: websocket-8320 + protocol: TCP + port: 8320 + targetPort: 8320 + nodePort: 30320 + - name: tcp-8330 + protocol: TCP + port: 8330 + targetPort: 8330 + nodePort: 30330