Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 13, 2023
1 parent a873d9e commit 10f7a93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,15 @@ func makeKeycloak(o obj.ClowdObject, objMap providers.ObjectMap, _ bool, nodePor

livenessProbe := core.Probe{
ProbeHandler: probeHandler,
InitialDelaySeconds: 30,
InitialDelaySeconds: 60,
TimeoutSeconds: 2,
PeriodSeconds: 10,
SuccessThreshold: 1,
FailureThreshold: 3,
}
readinessProbe := core.Probe{
ProbeHandler: probeHandler,
InitialDelaySeconds: 30,
InitialDelaySeconds: 60,
TimeoutSeconds: 2,
PeriodSeconds: 10,
SuccessThreshold: 1,
Expand Down

0 comments on commit 10f7a93

Please sign in to comment.