From 29f49c9ef5f4fb91641bfd3a27f7a92b2738395e Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Tue, 19 May 2026 00:12:27 +0000 Subject: [PATCH] feat: deploy Wings instance for ARK Survival Ascended --- .../wings-ark-sa/service-game.yaml | 32 +++++++++++-------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/deployments/game-servers/wings-ark-sa/service-game.yaml b/deployments/game-servers/wings-ark-sa/service-game.yaml index e95eb28..4eb7bf6 100644 --- a/deployments/game-servers/wings-ark-sa/service-game.yaml +++ b/deployments/game-servers/wings-ark-sa/service-game.yaml @@ -4,22 +4,26 @@ metadata: name: wings-ark-sa-game namespace: game-servers annotations: - metallb.universe.tf/address-pool: default-lb-pool + metallb.universe.tf/address-pool: default spec: type: LoadBalancer loadBalancerIP: 10.4.4.200 - ports: - - name: ark-game - port: 7777 - protocol: UDP - targetPort: 7777 - - name: ark-query - port: 27015 - protocol: UDP - targetPort: 27015 - - name: ark-tcp - port: 27016 - protocol: TCP - targetPort: 27016 selector: app: wings-ark-sa + ports: + - name: game-udp-1 + port: 7777 + targetPort: 7777 + protocol: UDP + - name: game-udp-2 + port: 7778 + targetPort: 7778 + protocol: UDP + - name: game-tcp + port: 27015 + targetPort: 27015 + protocol: TCP + - name: game-tcp-2 + port: 27016 + targetPort: 27016 + protocol: TCP