Files
cluster-state/apps/stardew/service.yaml
2026-04-25 08:43:00 +02:00

14 lines
256 B
YAML

apiVersion: v1
kind: Service
metadata:
name: stardew-service
namespace: stardew
spec:
selector:
app: stardew
ports:
- protocol: UDP
port: 24642
targetPort: 24642
type: LoadBalancer # Oder NodePort, falls du keinen LoadBalancer hast