Files
homelab/k8s/games/beam-ng/services.yaml
AB from home.homenet 98a11199d0
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
Added beam-ng server
2025-07-17 02:37:40 +03:00

21 lines
297 B
YAML

---
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