This commit is contained in:
Niccolò Fei 2026-07-06 17:50:39 +02:00 committed by GitHub
commit acb602942e
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: 2,
FailureThreshold: 10,
TimeoutSeconds: 10,
ProbeHandler: corev1.ProbeHandler{