memory fixes

This commit is contained in:
Roger Oriol
2026-02-02 20:47:09 +01:00
parent b6284bec1f
commit aa4793dd51
11 changed files with 459 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ spec:
labels:
app: minecraft-server
spec:
# Prevent scheduling on Raspberry Pi due to high resource requirements (1Gi-4Gi memory, 1-2 CPU)
nodeSelector:
hardware: high-memory
containers:
- name: minecraft-server
image: itzg/minecraft-server:latest # Or specific version if needed