feat: deploy Wings instance for Enshrouded

This commit is contained in:
2026-05-19 00:13:39 +00:00
parent 46501f36c5
commit 198adb65f3
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: wings-enshrouded-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.204
selector:
app: wings-enshrouded
ports:
- name: game-udp
port: 7777
targetPort: 7777
protocol: UDP
- name: game-tcp
port: 27015
targetPort: 27015
protocol: TCP