Gluttony-Cluster/games/games-service.yaml
Tyler Perkins 1e9b35f1c1
All checks were successful
continuous-integration/drone/push Build is passing
Add minecraft vanilla container
2023-12-14 18:58:54 -05:00

22 lines
380 B
YAML

apiVersion: v1
kind: Service
metadata:
name: games-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
- name: minecraft
port: 25565
targetPort: 25565
type: LoadBalancer