diff --git a/cluster/service.yaml b/cluster/service.yaml index 369a6b4..5b02121 100644 --- a/cluster/service.yaml +++ b/cluster/service.yaml @@ -12,11 +12,11 @@ spec: nodePort: 7777 protocol: UDP name: "game" - targetPort: "game" + targetPort: 7777 - port: 7777 nodePort: 7777 protocol: TCP - name: "gameTCP" - targetPort: "gameTCP" + name: "gametcp" + targetPort: 7777 selector: - app: satisfactory + app: satisfactory \ No newline at end of file