feat: deploy all 8 Wings instances (ARK SA, 7D2D, Enshrouded, Moria, Palworld, Satisfactory, SOTF, Valheim)

This commit is contained in:
2026-05-19 00:22:45 +00:00
parent 24380cf7c0
commit 65780191dd
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: wings-7d2d-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.203
selector:
app: wings-7d2d
ports:
- name: game-udp
port: 26900
targetPort: 26900
protocol: UDP
- name: game-tcp
port: 26900
targetPort: 26900
protocol: TCP