feat: deploy all 8 Wings instances (ARK SA, 7D2D, Enshrouded, Moria, Palworld, Satisfactory, SOTF, Valheim) #95

Closed
gitea-admin wants to merge 48 commits from orion/auto/feat-deploy-all-8-wings-instances-ark-sa-1779150161684 into main
Showing only changes of commit 106ee00a4d - Show all commits
@@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: wings-palworld-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.202
selector:
app: wings-palworld
ports:
- name: game-udp
port: 7777
targetPort: 7777
protocol: UDP
- name: game-tcp
port: 7777
targetPort: 7777
protocol: TCP
- name: game-tcp2
port: 27015
targetPort: 27015
protocol: TCP