Edit Stardew

This commit is contained in:
HDW
2026-04-25 10:01:48 +02:00
parent 520cd97901
commit 0f64c74430
5 changed files with 129 additions and 46 deletions

View File

@@ -1,13 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: stardew-service
name: stardew-server-svc
namespace: stardew
spec:
type: LoadBalancer # Oder NodePort, falls du keinen externen LB hast
selector:
app: stardew
app: stardew-server
ports:
- protocol: UDP
port: 24642
targetPort: 24642
type: LoadBalancer # Oder NodePort, falls du keinen LoadBalancer hast
- name: vnc
port: 5800
targetPort: 5800
- name: api
port: 8080
targetPort: 8080
- name: game-udp
port: 24642
protocol: UDP
targetPort: 24642
- name: query-udp
port: 27015
protocol: UDP
targetPort: 27015