feat: deploy Wings instance for Enshrouded #89

Closed
gitea-admin wants to merge 6 commits from orion/auto/feat-deploy-wings-instance-for-enshroude-1779149618111 into main
Showing only changes of commit 198adb65f3 - Show all commits
@@ -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