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:56 +00:00
parent ad11230327
commit bb256c4fd1
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: wings-valheim-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.205
selector:
app: wings-valheim
ports:
- name: game-udp
port: 2456
targetPort: 2456
protocol: UDP
- name: game-tcp
port: 2456
targetPort: 2456
protocol: TCP