Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoldbear committed Nov 15, 2024
1 parent 3a4f537 commit 0a2b377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/document-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -880,15 +880,15 @@ readinessProbe:
failureThreshold: 3
# -- [Termination grace period](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/)
# @section -- F. Pod lifecycle
terminationGracePeriodSeconds: 30 # @schema type: integer
terminationGracePeriodSeconds: 30 # @schema type: integer
# -- [Lifecycle](https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/)
# The defailt value will send SIGTERM to the main Document Engine process upon pod termination.
# @section -- F. Pod lifecycle
# @notationType -- reference
lifecycle:
lifecycle:
preStop:
exec:
command:
command:
- /bin/sh
- -c
- echo "Terminating container now..." && pkill -e -SIGTERM beam.smp && sleep 10
Expand Down

0 comments on commit 0a2b377

Please sign in to comment.