Update k8s/games/minecraft/deployments.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 14s
All checks were successful
Check with kubeconform / lint (push) Successful in 14s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user