remove extra opts and remove threading

This commit is contained in:
ducoterra
2020-07-19 17:14:58 -04:00
parent 7d34b3a36c
commit 12fa8ecdbe
5 changed files with 4 additions and 8 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -1,3 +1,2 @@
image: hub.ducoterra.net/ducoterra/minecraft
tag: 1.16.1_2
image: hub.ducoterra.net/ducoterra/minecraft:1.16.1_3
port: 25566