Skip to content

Commit

Permalink
fix: do not restart pg when upgrading kb (apecloud#6771)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun authored Mar 7, 2024
1 parent ae0adbe commit 6a563a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/component/rsm_convertor.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *rsmRoleProbeConvertor) convert(args ...any) (any, error) {
TimeoutSeconds: synthesizeComp.LifecycleActions.RoleProbe.TimeoutSeconds,
PeriodSeconds: synthesizeComp.LifecycleActions.RoleProbe.PeriodSeconds,
SuccessThreshold: 1,
FailureThreshold: 3,
FailureThreshold: 2,
RoleUpdateMechanism: workloads.DirectAPIServerEventUpdate,
}

Expand Down

0 comments on commit 6a563a4

Please sign in to comment.