From aa2906c3c0c660e08b88c707d49a60e139e5a828 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Tue, 19 May 2026 00:15:59 +0000 Subject: [PATCH] feat: deploy Wings instance for ARK SA --- .../wings-ark-sa/service-game.yaml | 28 +++++++++---------- 1 file changed, 14 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..a090791 100644 --- a/deployments/game-servers/wings-ark-sa/service-game.yaml +++ b/deployments/game-servers/wings-ark-sa/service-game.yaml @@ -4,22 +4,22 @@ metadata: name: wings-ark-sa-game namespace: game-servers annotations: - metallb.universe.tf/address-pool: default-lb-pool + metallb.io/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: udp + port: 7777 + targetPort: 7777 + protocol: UDP + - name: tcp + port: 7777 + targetPort: 7777 + protocol: TCP + - name: query + port: 27015 + targetPort: 27015 + protocol: UDP