Skip to content

Commit 177b507

Browse files
committed
set TerminationGracePeriodSeconds to 600
1 parent c5bba2f commit 177b507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/dataflow_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ func (r *DataFlowReconciler) createOrUpdateDeployment(ctx context.Context, req c
548548
},
549549
},
550550
Spec: corev1.PodSpec{
551-
TerminationGracePeriodSeconds: ptr.To(int64(30)),
551+
TerminationGracePeriodSeconds: ptr.To(int64(600)),
552552
Containers: []corev1.Container{
553553
{
554554
Name: "processor",

0 commit comments

Comments
 (0)