Files
homelab/k8s/games/beam-ng/services.yaml

21 lines
296 B
YAML
Raw Normal View History

2025-07-17 02:37:03 +03:00
---
apiVersion: v1
kind: Service
metadata:
name: beam-ng
spec:
externalIPs:
2025-07-17 14:18:31 +00:00
- 138.201.61.182
2025-07-17 02:37:03 +03:00
selector:
app: beam-ng
ports:
- protocol: TCP
name: tcp
port: 30814
targetPort: 30814
- protocol: UDP
name: udp
port: 30814
targetPort: 30814