Update k8s/games/counter-strike-16/services.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 31s

This commit is contained in:
ab
2025-07-17 16:45:23 +00:00
parent 58a2cd4a74
commit 56d315eb4a

View File

@@ -22,6 +22,37 @@ spec:
port: 27020
targetPort: 27020
---
apiVersion: v1
kind: Service
metadata:
name: counter-strike-16-lb
spec:
type: LoadBalancer
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
---
apiVersion: v1
kind: Service