feat: deploy Wings instance for Return to Moria #91

Closed
gitea-admin wants to merge 6 commits from orion/auto/feat-deploy-wings-instance-for-return-to-1779149703605 into main
Showing only changes of commit 50bc726628 - Show all commits
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: wings-moria-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.206
selector:
app: wings-moria
ports:
- name: game-udp
port: 27000
targetPort: 27000
protocol: UDP
- name: game-tcp
port: 27000
targetPort: 27000
protocol: TCP