39 lines
699 B
YAML
39 lines
699 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: steam-vnc
|
|
spec:
|
|
selector:
|
|
app: steam-headless
|
|
ports:
|
|
- port: 8083
|
|
targetPort: 8083
|
|
name: novnc
|
|
- port: 47990
|
|
targetPort: 47990
|
|
name: moonlight-web
|
|
- port: 47989
|
|
targetPort: 47989
|
|
name: moonlight0
|
|
- port: 47984
|
|
targetPort: 47984
|
|
name: moonlight1
|
|
- port: 48010
|
|
targetPort: 48010
|
|
name: moonlight2
|
|
protocol: UDP
|
|
- port: 47998
|
|
targetPort: 47998
|
|
name: moonlight3
|
|
protocol: UDP
|
|
- port: 47999
|
|
targetPort: 47999
|
|
name: moonlight4
|
|
protocol: UDP
|
|
- port: 47800
|
|
targetPort: 47800
|
|
name: moonlight5
|
|
protocol: UDP
|
|
type: LoadBalancer
|
|
loadBalancerIP: 192.168.3.5
|