Skip to content

Commit 298f842

Browse files
Reduce sleep below default terminationGracePeriodSeconds 30s
Signed-off-by: Alexander Yastrebov <[email protected]>
1 parent 6cd8aff commit 298f842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/manifests/02-admission-control/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
lifecycle:
3838
preStop:
3939
sleep:
40-
seconds: 60
40+
seconds: 20
4141
readinessProbe:
4242
httpGet:
4343
scheme: HTTPS

cluster/manifests/02-skipper-validation-webhook/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
lifecycle:
4242
preStop:
4343
sleep:
44-
seconds: 60
44+
seconds: 20
4545
readinessProbe:
4646
httpGet:
4747
scheme: HTTPS

0 commit comments

Comments
 (0)