add avorion

This commit is contained in:
HDW
2026-04-27 16:47:28 +02:00
parent d6ffa3f8ae
commit b7cce85dd0
3 changed files with 66 additions and 0 deletions

21
apps/service.yaml Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: avorion-service
spec:
selector:
app: avorion
ports:
- name: game-udp
port: 27000
targetPort: 27000
protocol: UDP
- name: game-tcp
port: 27000
targetPort: 27000
protocol: TCP
- name: steam-query
port: 27003
targetPort: 27003
protocol: UDP
type: LoadBalancer