feat(wings): deploy ARK SA Wings instance #85

Merged
gitea-admin merged 6 commits from orion/auto/feat-wings-deploy-ark-sa-wings-instance-1779149339514 into main 2026-05-19 00:10:06 +00:00
Showing only changes of commit 38703cfa9f - Show all commits
@@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: wings-ark-sa-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default-lb-pool
spec:
type: LoadBalancer
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:
app: wings-ark-sa