From bdef28ae56db9034f5ae1648ac10ba280d97dbca Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Tue, 19 May 2026 00:22:42 +0000 Subject: [PATCH] feat: deploy all 8 Wings instances (ARK SA, 7D2D, Enshrouded, Moria, Palworld, Satisfactory, SOTF, Valheim) --- deployments/game-servers/wings-ark-sa/service-api.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deployments/game-servers/wings-ark-sa/service-api.yaml b/deployments/game-servers/wings-ark-sa/service-api.yaml index 7c0577f..cfc5eef 100644 --- a/deployments/game-servers/wings-ark-sa/service-api.yaml +++ b/deployments/game-servers/wings-ark-sa/service-api.yaml @@ -4,7 +4,8 @@ metadata: name: wings-ark-sa-api namespace: game-servers spec: - type: ClusterIP + selector: + app: wings-ark-sa ports: - name: api port: 8081 @@ -14,5 +15,3 @@ spec: port: 2023 targetPort: 2023 protocol: TCP - selector: - app: wings-ark-sa