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