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