Files
homelab/k8s/games/counter-strike-16/services.yaml
AB from home.homenet b682b7f8ef
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
Added cs16 server
2025-07-17 01:15:35 +03:00

14 lines
187 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: counter-strike-16
spec:
type: LoadBalancer
ports:
- port: 30566
targetPort: 27015
selector:
app: counter-strike-16