From ad11230327b08f3bf59f332f395941df50a34931 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Tue, 19 May 2026 00:22:55 +0000 Subject: [PATCH] feat: deploy all 8 Wings instances (ARK SA, 7D2D, Enshrouded, Moria, Palworld, Satisfactory, SOTF, Valheim) --- .../game-servers/wings-valheim/service-api.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 deployments/game-servers/wings-valheim/service-api.yaml diff --git a/deployments/game-servers/wings-valheim/service-api.yaml b/deployments/game-servers/wings-valheim/service-api.yaml new file mode 100644 index 0000000..4280f17 --- /dev/null +++ b/deployments/game-servers/wings-valheim/service-api.yaml @@ -0,0 +1,17 @@ +apiVersion: v1 +kind: Service +metadata: + name: wings-valheim-api + namespace: game-servers +spec: + selector: + app: wings-valheim + ports: + - name: api + port: 8081 + targetPort: 8081 + protocol: TCP + - name: sftp + port: 2023 + targetPort: 2023 + protocol: TCP