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

This commit is contained in:
ab
2025-07-17 14:20:39 +00:00
parent c1cedeaa13
commit 34bd0f1ec4

View File

@@ -4,27 +4,23 @@ metadata:
name: counter-strike-16
namespace: counter-strike
spec:
type: LoadBalancer
externalTrafficPolicy: Local
sessionAffinity: ClientIP
sessionAffinityConfig:
clientIP:
timeoutSeconds: 10800
externalIPs:
- 138.201.61.182
selector:
app: counter-strike-16
ports:
- name: game-udp
port: 27015
targetPort: 27015
protocol: UDP
- name: game-tcp
port: 27015
targetPort: 27015
protocol: TCP
- name: rcon
port: 27020
targetPort: 27020
protocol: UDP
- 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