Gluttony-Cluster/games/games-service.yaml

22 lines
380 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-11-10 20:41:30 +00:00
type: LoadBalancer