Update k8s/games/counter-strike-16/services.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 14s
All checks were successful
Check with kubeconform / lint (push) Successful in 14s
This commit is contained in:
@@ -9,15 +9,15 @@ spec:
|
|||||||
app: counter-strike-16
|
app: counter-strike-16
|
||||||
ports:
|
ports:
|
||||||
- name: game-udp
|
- name: game-udp
|
||||||
port: 27015
|
port: 30015
|
||||||
targetPort: 27015
|
targetPort: 30015
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
nodePort: 30015
|
nodePort: 30015
|
||||||
- name: game-tcp
|
- name: game-tcp
|
||||||
port: 27015
|
port: 30015
|
||||||
targetPort: 27015
|
targetPort: 30015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
nodePort: 30016
|
nodePort: 30015
|
||||||
- name: rcon
|
- name: rcon
|
||||||
port: 27020
|
port: 27020
|
||||||
targetPort: 27020
|
targetPort: 27020
|
||||||
|
Reference in New Issue
Block a user