feat: deploy Wings instance for Return to Moria

This commit is contained in:
2026-05-19 00:15:05 +00:00
parent 525f833910
commit 50bc726628
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: wings-moria-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.206
selector:
app: wings-moria
ports:
- name: game-udp
port: 27000
targetPort: 27000
protocol: UDP
- name: game-tcp
port: 27000
targetPort: 27000
protocol: TCP