remove extra opts and remove threading
This commit is contained in:
@@ -6,7 +6,6 @@ data:
|
||||
eula.txt: |
|
||||
eula=true
|
||||
server.properties: |
|
||||
# if you see this it worked v2 boogaloo!
|
||||
max-tick-time=60000
|
||||
generator-settings=
|
||||
force-gamemode=false
|
||||
|
||||
@@ -13,7 +13,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: {{ .Release.Name }}
|
||||
image: {{ .Values.image }}:{{ .Values.tag }}
|
||||
image: {{ .Values.image }}
|
||||
ports:
|
||||
- containerPort: 25565
|
||||
volumeMounts:
|
||||
@@ -32,8 +32,6 @@ spec:
|
||||
value: "4"
|
||||
- name: MIN_RAM
|
||||
value: "1"
|
||||
- name: THREADS
|
||||
value: "4"
|
||||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
|
||||
Reference in New Issue
Block a user