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

This commit is contained in:
ab
2025-07-17 17:01:24 +00:00
parent b482c2e768
commit 7730458061

View File

@@ -51,6 +51,8 @@ spec:
image: 'kingk0der/counter-strike-1.6:latest' image: 'kingk0der/counter-strike-1.6:latest'
args: args:
- +log - +log
- -port
- "30015"
envFrom: envFrom:
- configMapRef: - configMapRef:
name: cs16-server-config name: cs16-server-config
@@ -66,7 +68,7 @@ spec:
protocol: UDP protocol: UDP
- containerPort: 27020 - containerPort: 27020
protocol: UDP protocol: UDP
- containerPort: 27015 - containerPort: 30015
protocol: UDP protocol: UDP
- containerPort: 27015 - containerPort: 30015
protocol: TCP protocol: TCP