From c9173fbcc3875a04504ba90103c9652d83b70c24 Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 16 Jul 2025 22:26:48 +0000 Subject: [PATCH] Update k8s/games/counter-strike-16/services.yaml --- k8s/games/counter-strike-16/services.yaml | 25 +++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/k8s/games/counter-strike-16/services.yaml b/k8s/games/counter-strike-16/services.yaml index 611b93c..05974ed 100644 --- a/k8s/games/counter-strike-16/services.yaml +++ b/k8s/games/counter-strike-16/services.yaml @@ -5,9 +5,26 @@ metadata: name: counter-strike-16 spec: type: LoadBalancer - ports: - - port: 30566 - targetPort: 27015 selector: app: counter-strike-16 - + ports: + - name: game-udp + port: 27015 + targetPort: 27015 + protocol: UDP + nodePort: 30015 + - name: game-tcp + port: 27015 + targetPort: 27015 + protocol: TCP + nodePort: 30016 + - name: rcon + port: 27020 + targetPort: 27020 + protocol: UDP + nodePort: 30020 + - name: hltv + port: 26900 + targetPort: 26900 + protocol: UDP + nodePort: 30900