mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-07 07:22:22 +02:00
Compare commits
1 Commits
fccd73e601
...
4f1a69d542
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f1a69d542 |
@ -403,9 +403,8 @@ func reconcilePodSpec(
|
||||
envs = append(envs, config.env...)
|
||||
|
||||
baseProbe := &corev1.Probe{
|
||||
PeriodSeconds: 1,
|
||||
FailureThreshold: 30,
|
||||
TimeoutSeconds: 5,
|
||||
FailureThreshold: 10,
|
||||
TimeoutSeconds: 10,
|
||||
ProbeHandler: corev1.ProbeHandler{
|
||||
Exec: &corev1.ExecAction{
|
||||
Command: []string{"/manager", "healthcheck", "unix"},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user