Skip to content

Commit

Permalink
Merge pull request #106 from hjensas/probe-initial-delay
Browse files Browse the repository at this point in the history
Provisioning server ready probe longe init delay
  • Loading branch information
openshift-merge-bot[bot] authored Nov 21, 2023
2 parents 9590013 + 755189a commit 794666b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/openstackprovisionserver/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ func Deployment(
// TODO might need tuning
TimeoutSeconds: 5,
PeriodSeconds: 3,
InitialDelaySeconds: 3,
InitialDelaySeconds: 30,
}
readinessProbe := &corev1.Probe{
// TODO might need tuning
TimeoutSeconds: 5,
PeriodSeconds: 5,
InitialDelaySeconds: 5,
InitialDelaySeconds: 30,
}

args := []string{"-c"}
Expand Down

0 comments on commit 794666b

Please sign in to comment.