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