Skip to content

Commit

Permalink
remove from provisioner generated deployment as well
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia committed Jan 19, 2024
1 parent 5884e65 commit 2f8ca26
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions internal/provisioner/objects/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,10 @@ func DesiredDeployment(contour *model.Contour, image string) *appsv1.Deployment
},
},
},
TimeoutSeconds: int32(1),
InitialDelaySeconds: int32(15),
PeriodSeconds: int32(10),
SuccessThreshold: int32(1),
FailureThreshold: int32(3),
TimeoutSeconds: int32(1),
PeriodSeconds: int32(10),
SuccessThreshold: int32(1),
FailureThreshold: int32(3),
},
TerminationMessagePath: "/dev/termination-log",
TerminationMessagePolicy: corev1.TerminationMessageReadFile,
Expand Down

0 comments on commit 2f8ca26

Please sign in to comment.