Added beam-ng server
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
This commit is contained in:
20
k8s/games/beam-ng/services.yaml
Normal file
20
k8s/games/beam-ng/services.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: beam-ng
|
||||
spec:
|
||||
externalIPs:
|
||||
- 192.168.122.236
|
||||
selector:
|
||||
app: beam-ng
|
||||
ports:
|
||||
- protocol: TCP
|
||||
name: tcp
|
||||
port: 30814
|
||||
targetPort: 30814
|
||||
- protocol: UDP
|
||||
name: udp
|
||||
port: 30814
|
||||
targetPort: 30814
|
||||
|
Reference in New Issue
Block a user