mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Set Contour idle timeout to 5m
This commit is contained in:
@@ -349,6 +349,7 @@ func (cr *ContourRouter) makeTimeoutPolicy(canary *flaggerv1.Canary) *contourv1.
|
||||
if canary.Spec.Service.Timeout != "" {
|
||||
return &contourv1.TimeoutPolicy{
|
||||
Response: canary.Spec.Service.Timeout,
|
||||
Idle: "5m",
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user