Remove liveliness probe
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2ac74d4dee
commit
23013f6d67
@ -19,18 +19,18 @@ spec:
|
|||||||
#env:
|
#env:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25565
|
- containerPort: 25565
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
exec:
|
# exec:
|
||||||
command: [ "/usr/local/bin/mc-monitor", "status", "--host", "localhost" ]
|
# command: [ "/usr/local/bin/mc-monitor", "status", "--host", "localhost" ]
|
||||||
# Give it i + p * f seconds to be ready, so 120 seconds
|
# # Give it i + p * f seconds to be ready, so 120 seconds
|
||||||
initialDelaySeconds: 20
|
# initialDelaySeconds: 20
|
||||||
periodSeconds: 5
|
# periodSeconds: 5
|
||||||
failureThreshold: 20
|
# failureThreshold: 20
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
exec:
|
# exec:
|
||||||
command: ["/usr/local/bin/mc-monitor", "status", "--host", "localhost"]
|
# command: ["/usr/local/bin/mc-monitor", "status", "--host", "localhost"]
|
||||||
initialDelaySeconds: 120
|
# initialDelaySeconds: 120
|
||||||
periodSeconds: 60
|
# periodSeconds: 60
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: minecraft-data
|
- name: minecraft-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
Loading…
Reference in New Issue
Block a user