From 509adeb37c9941e7a99943dc71769155b8fdfe86 Mon Sep 17 00:00:00 2001 From: Nathan Rashleigh Date: Tue, 10 Feb 2026 13:20:26 +1100 Subject: [PATCH] rcon port --- surf/megastructure-surf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/surf/megastructure-surf.yaml b/surf/megastructure-surf.yaml index cf3740c..d9cd152 100755 --- a/surf/megastructure-surf.yaml +++ b/surf/megastructure-surf.yaml @@ -151,6 +151,11 @@ spec: port: 27015 targetPort: 27015 nodePort: 32015 + - name: rcon + protocol: TCP + port: 27015 + targetPort: 27015 + nodePort: 32015 - name: client-port protocol: UDP port: 27005