Gluttony-Cluster/games/games-service.yaml

19 lines
316 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
type: LoadBalancer