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'
|
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
|
||||||
|
Reference in New Issue
Block a user