mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Ceph: Increase period between livenessProbe checks
This PS udpates the frequency and initial delay on the mons livenessProbe, to allow time for the cluster to restart if mons get into a crashloop backoff following power outage. Change-Id: Iea74c4d52882a157a84f4f12bc411f2014869f99
This commit is contained in:
@@ -130,8 +130,8 @@ spec:
|
||||
command:
|
||||
- /tmp/mon-check.sh
|
||||
- liveness
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 60
|
||||
initialDelaySeconds: 360
|
||||
periodSeconds: 180
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user