Skip to content

Commit

Permalink
[FIX] fix terminationGracePeriodSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Jan 15, 2024
1 parent abf0c20 commit 3bdff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
periodSeconds: 30
timeoutSeconds: 2
# SIGTERM을 받아도 바로 종료되지 않고 일정 시간 뒤에 종료
terminationGracePeriodSeconds: 360
terminationGracePeriodSeconds: 420
restartPolicy: Always
affinity:
nodeAffinity:
Expand Down

0 comments on commit 3bdff53

Please sign in to comment.