Skip to content

Commit a99f734

Browse files
committed
Issue geerlingguy#2: Fix timings for minecraft and bump version.
1 parent 031f757 commit a99f734

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

roles/minecraft/tasks/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@
2020
state: present
2121
values:
2222
imageTag: armv7
23+
livenessProbe:
24+
initialDelaySeconds: 60
25+
periodSeconds: 10
26+
failureThreshold: 180
27+
readinessProbe:
28+
initialDelaySeconds: 60
29+
periodSeconds: 10
30+
failureThreshold: 180
2331
minecraftServer:
2432
eula: true
33+
version: '1.15.2'
2534
Difficulty: easy
2635
register: helm_minecraft_install

0 commit comments

Comments
 (0)