dnd anpassung

This commit is contained in:
HDW
2026-06-03 23:19:31 +02:00
parent 7db9966441
commit 3e584ce6b3
11 changed files with 259 additions and 26 deletions

21
apps/avorion/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