Gluttony-Cluster/games/factorio/factorio-service.yaml
Tyler Perkins 2ac150f83f
All checks were successful
continuous-integration/drone/push Build is passing
Add factorio
2023-11-10 15:15:39 -05:00

20 lines
321 B
YAML

apiVersion: v1
kind: Service
metadata:
name: factorio-service
namespace: games-ns
spec:
selector:
app: games
ports:
- name: Factorio
protocol: UDP
port: 34197
targetPort: 34197
- name: Factorio-TUI
protocol: TCP
port: 27015
targetPort: 27015
type: LoadBalancer