Update k8s/games/counter-strike-16/services.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 20s
All checks were successful
Check with kubeconform / lint (push) Successful in 20s
This commit is contained in:
@@ -1,27 +1,3 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: counter-strike-16
|
||||
namespace: counter-strike
|
||||
spec:
|
||||
externalIPs:
|
||||
- 138.201.61.182
|
||||
selector:
|
||||
app: counter-strike-16
|
||||
ports:
|
||||
- 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
|
||||
kind: Service
|
||||
|
Reference in New Issue
Block a user