From 4c28a8bee7c860303957c2fcd8e41cb2c03864b3 Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+wolveix@users.noreply.github.com> Date: Wed, 11 Sep 2024 00:45:46 +0100 Subject: [PATCH] Fix kubernetes service.yml (#275) --- cluster/service.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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