This commit is contained in:
Niccolò Fei 2026-07-06 17:53:20 +02:00 committed by GitHub
commit b23c95f6ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -403,6 +403,7 @@ func reconcilePodSpec(
envs = append(envs, config.env...)
baseProbe := &corev1.Probe{
PeriodSeconds: 1,
FailureThreshold: 10,
TimeoutSeconds: 10,
ProbeHandler: corev1.ProbeHandler{