From a4aadfda8e36d13e8a4072124557bb3b442d5dab Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Tue, 19 May 2026 00:22:48 +0000 Subject: [PATCH] feat: deploy all 8 Wings instances (ARK SA, 7D2D, Enshrouded, Moria, Palworld, Satisfactory, SOTF, Valheim) --- .../wings-moria/service-game.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 deployments/game-servers/wings-moria/service-game.yaml diff --git a/deployments/game-servers/wings-moria/service-game.yaml b/deployments/game-servers/wings-moria/service-game.yaml new file mode 100644 index 0000000..ad5e09b --- /dev/null +++ b/deployments/game-servers/wings-moria/service-game.yaml @@ -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