mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: Jeff Geerling <geerlingguy@mac.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: minecraft
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
appVersion: 1.14.4
|
||||
home: https://minecraft.net/
|
||||
description: Minecraft server
|
||||
|
||||
@@ -27,9 +27,9 @@ securityContext:
|
||||
# https://hub.docker.com/r/itzg/minecraft-server/
|
||||
livenessProbe:
|
||||
command:
|
||||
- mcstatus
|
||||
- localhost:25565
|
||||
- mc-monitor
|
||||
- status
|
||||
- localhost:25565
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 5
|
||||
failureThreshold: 10
|
||||
@@ -37,9 +37,9 @@ livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
readinessProbe:
|
||||
command:
|
||||
- mcstatus
|
||||
- localhost:25565
|
||||
- mc-monitor
|
||||
- status
|
||||
- localhost:25565
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 5
|
||||
failureThreshold: 10
|
||||
|
||||
Reference in New Issue
Block a user