Gluttony-Cluster/games/games-service.yaml

28 lines
513 B
YAML
Raw Normal View History

2023-11-10 20:41:30 +00:00
apiVersion: v1
kind: Service
metadata:
name: games-service
namespace: games-ns
spec:
selector:
2023-12-03 02:51:04 +00:00
app: games
2023-11-10 20:41:30 +00:00
ports:
- name: factorio
protocol: UDP
port: 34197
targetPort: 34197
- name: factorio-tui
protocol: TCP
port: 27015
targetPort: 27015
2023-12-14 23:58:54 +00:00
- name: minecraft
port: 25565
targetPort: 25565
2023-12-15 00:47:00 +00:00
- name: minecraft-rcon
port: 28016
targetPort: 28016
2023-12-18 02:17:05 +00:00
- name: minecraft-files
port: 80
targetPort: 80
2023-11-10 20:41:30 +00:00
type: LoadBalancer