feat: deploy Wings instance for 7 Days to Die #87

Closed
gitea-admin wants to merge 6 commits from orion/auto/feat-deploy-wings-instance-for-7-days-to-1779149568168 into main
Showing only changes of commit 57c0c18334 - Show all commits
@@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: wings-7d2d-game
namespace: game-servers
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.4.4.203
selector:
app: wings-7d2d
ports:
- name: game-udp-1
port: 26900
targetPort: 26900
protocol: UDP
- name: game-udp-2
port: 26901
targetPort: 26901
protocol: UDP
- name: game-tcp
port: 26900
targetPort: 26900
protocol: TCP