Skip to content

Commit

Permalink
Add buildingPhaseSeconds to installer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Farries committed May 25, 2022
1 parent 4e84e94 commit a0e4ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
Timeouts: Timeouts{
MetaInstanceCheckIntervalSeconds: 60,
PreparingPhaseSeconds: 3600,
BuildingPhaseSeconds: 3600,
StoppingPhaseSeconds: 3600,
UnknownPhaseSeconds: 600,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type Timeouts struct {
MetaInstanceCheckIntervalSeconds int32 `json:"metaInstanceCheckIntervalSeconds"`
PreparingPhaseSeconds int32 `json:"preparingPhaseSeconds"`
StoppingPhaseSeconds int32 `json:"stoppingPhaseSeconds"`
BuildingPhaseSeconds int32 `json:"buildingPhaseSeconds"`
UnknownPhaseSeconds int32 `json:"unknownPhaseSeconds"`
}

Expand Down

0 comments on commit a0e4ea7

Please sign in to comment.