mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-07 07:22:22 +02:00
Compare commits
2 Commits
b23c95f6ee
...
acb602942e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acb602942e | ||
|
|
3e68e2f32b |
@ -403,7 +403,7 @@ func reconcilePodSpec(
|
|||||||
envs = append(envs, config.env...)
|
envs = append(envs, config.env...)
|
||||||
|
|
||||||
baseProbe := &corev1.Probe{
|
baseProbe := &corev1.Probe{
|
||||||
PeriodSeconds: 1,
|
PeriodSeconds: 2,
|
||||||
FailureThreshold: 10,
|
FailureThreshold: 10,
|
||||||
TimeoutSeconds: 10,
|
TimeoutSeconds: 10,
|
||||||
ProbeHandler: corev1.ProbeHandler{
|
ProbeHandler: corev1.ProbeHandler{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user