Remove liveliness probe
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-12-14 19:32:20 -05:00
parent 2ac74d4dee
commit 23013f6d67
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -19,18 +19,18 @@ spec:
#env:
ports:
- containerPort: 25565
readinessProbe:
exec:
command: [ "/usr/local/bin/mc-monitor", "status", "--host", "localhost" ]
# Give it i + p * f seconds to be ready, so 120 seconds
initialDelaySeconds: 20
periodSeconds: 5
failureThreshold: 20
livenessProbe:
exec:
command: ["/usr/local/bin/mc-monitor", "status", "--host", "localhost"]
initialDelaySeconds: 120
periodSeconds: 60
#readinessProbe:
# exec:
# command: [ "/usr/local/bin/mc-monitor", "status", "--host", "localhost" ]
# # Give it i + p * f seconds to be ready, so 120 seconds
# initialDelaySeconds: 20
# periodSeconds: 5
# failureThreshold: 20
#livenessProbe:
# exec:
# command: ["/usr/local/bin/mc-monitor", "status", "--host", "localhost"]
# initialDelaySeconds: 120
# periodSeconds: 60
volumeMounts:
- name: minecraft-data
mountPath: /data