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:43 +00:00
parent bdef28ae56
commit 6828389ec0
@@ -4,22 +4,22 @@ metadata:
name: wings-ark-sa-game name: wings-ark-sa-game
namespace: game-servers namespace: game-servers
annotations: annotations:
metallb.universe.tf/address-pool: default-lb-pool metallb.universe.tf/address-pool: default
spec: spec:
type: LoadBalancer type: LoadBalancer
loadBalancerIP: 10.4.4.200 loadBalancerIP: 10.4.4.200
ports:
- name: ark-game
port: 7777
protocol: UDP
targetPort: 7777
- name: ark-query
port: 27015
protocol: UDP
targetPort: 27015
- name: ark-tcp
port: 27016
protocol: TCP
targetPort: 27016
selector: selector:
app: wings-ark-sa app: wings-ark-sa
ports:
- name: game-udp
port: 7777
targetPort: 7777
protocol: UDP
- name: game-tcp
port: 7777
targetPort: 7777
protocol: TCP
- name: game-udp2
port: 27015
targetPort: 27015
protocol: UDP