mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-06 17:52:21 +02:00
fix: set a lower default PeriodSeconds for the startupProbe
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
parent
3cc6a882c8
commit
3e68e2f32b
@ -403,6 +403,7 @@ func reconcilePodSpec(
|
|||||||
envs = append(envs, config.env...)
|
envs = append(envs, config.env...)
|
||||||
|
|
||||||
baseProbe := &corev1.Probe{
|
baseProbe := &corev1.Probe{
|
||||||
|
PeriodSeconds: 2,
|
||||||
FailureThreshold: 10,
|
FailureThreshold: 10,
|
||||||
TimeoutSeconds: 10,
|
TimeoutSeconds: 10,
|
||||||
ProbeHandler: corev1.ProbeHandler{
|
ProbeHandler: corev1.ProbeHandler{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user