21 lines
296 B
YAML
21 lines
296 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: beam-ng
|
|
spec:
|
|
externalIPs:
|
|
- 138.201.61.182
|
|
selector:
|
|
app: beam-ng
|
|
ports:
|
|
- protocol: TCP
|
|
name: tcp
|
|
port: 30814
|
|
targetPort: 30814
|
|
- protocol: UDP
|
|
name: udp
|
|
port: 30814
|
|
targetPort: 30814
|
|
|