add even higher limits for minecraft
This commit is contained in:
		| @@ -16,8 +16,8 @@ spec: | ||||
|         image: minecraft | ||||
|         resources: | ||||
|           limits: | ||||
|             memory: "9000Mi" | ||||
|             cpu: "4" | ||||
|             memory: "10000Mi" | ||||
|             cpu: "5" | ||||
|           requests: | ||||
|             memory: "1500Mi" | ||||
|             cpu: "500m" | ||||
| @@ -49,10 +49,9 @@ spec: | ||||
|           value: "true" | ||||
|         - name: ONLINE_MODE | ||||
|           value: "true" | ||||
|         - name: ENABLE_AUTOPAUSE | ||||
|         - name: ENABLE_AUTOSTOP | ||||
|           value: "true" | ||||
|         - name: AUTOPAUSE_TIMEOUT_EST | ||||
|           value: "1800" | ||||
|          | ||||
|         volumeMounts: | ||||
|         - name: minecraft-data | ||||
|           mountPath: /data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user