Skip to content

Commit

Permalink
Fix kubernetes service.yml (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix authored Sep 10, 2024
1 parent 28c820d commit 4c28a8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cluster/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c28a8b

Please sign in to comment.