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:54 +00:00
parent 5da9d424d3
commit 6e50b8cb63
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: wings-sotf-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.207
selector:
app: wings-sotf
ports:
- name: game-udp
port: 7778
targetPort: 7778
protocol: UDP
- name: game-tcp
port: 7778
targetPort: 7778
protocol: TCP