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