Skip to content

Commit

Permalink
Change the Healthz interval from 500ms to 2500ms
Browse files Browse the repository at this point in the history
Signed-off-by: Max batleforc <maxleriche.60@gmail.com>
  • Loading branch information
batleforc committed Sep 10, 2024
1 parent 4727ab0 commit bec8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/devworkspace/solver/che_routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ func add5XXErrorHandling(cfg *gateway.TraefikConfig, dwId string) {
DialTimeout: "2500ms",
},
}
cfg.AddRetry(dwId, 2, "500ms")
cfg.AddRetry(dwId, 2, "2500ms")
cfg.HTTP.Services[dwId].LoadBalancer.ServersTransport = dwId
}

Expand Down

0 comments on commit bec8bbd

Please sign in to comment.