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

This commit is contained in:
ab
2025-07-17 16:57:58 +00:00
parent 7256c98046
commit b482c2e768

View File

@@ -1,27 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: counter-strike-16
namespace: counter-strike
spec:
externalIPs:
- 138.201.61.182
selector:
app: counter-strike-16
ports:
- name: game-udp
protocol: UDP
port: 27015
targetPort: 27015
- name: game-tcp
protocol: TCP
port: 27015
targetPort: 27015
- name: rcon
protocol: UDP
port: 27020
targetPort: 27020
---
apiVersion: v1
kind: Service