Skip to content

Commit

Permalink
increase uploadproxy route timeout (#854) (#855)
Browse files Browse the repository at this point in the history
Signed-off-by: Irit goihman <[email protected]>
  • Loading branch information
awels authored Jun 13, 2019
1 parent 288f3e2 commit e1d07c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/operator/controller/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ func (r *ReconcileCDI) ensureUploadProxyRouteExists(logger logr.Logger, cr *cdiv
ObjectMeta: metav1.ObjectMeta{
Name: uploadProxyRouteName,
Namespace: r.namespace,
Annotations: map[string]string{
"haproxy.router.openshift.io/timeout": "3m",
},
},
Spec: routev1.RouteSpec{
To: routev1.RouteTargetReference{
Expand Down

0 comments on commit e1d07c4

Please sign in to comment.