Update k8s/games/minecraft/deployments.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 14s

This commit is contained in:
ab
2025-06-25 21:51:03 +00:00
parent a9d63a7c0c
commit e939b14796

View File

@ -82,8 +82,8 @@ spec:
image: 'openjdk:8-jdk-alpine'
command: ["java"]
args:
- -Xms12G
- -Xmx12G
- -Xms4G
- -Xmx4G
- -XX:+UseG1GC
- -XX:+ParallelRefProcEnabled
- -XX:MaxGCPauseMillis=200
@ -108,10 +108,10 @@ spec:
workingDir: /mc/
resources:
limits:
memory: 15Gi
memory: 8Gi
#cpu: 1
requests:
memory: 10Gi
memory: 5Gi
#cpu: 100m
ports:
- name: game