feat(helm): Enable PreStop hook configuration in values.yaml (#19613)

This commit is contained in:
Harshit Jain 2026-01-23 08:58:52 +05:30 committed by GitHub
parent 9f57eb3e74
commit 9084c1d1bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,6 +234,14 @@ db:
# instance. See the "postgresql" top level key for additional configuration.
deployStandalone: true
# Lifecycle hooks for the LiteLLM container
# Example:
# lifecycle:
# preStop:
# exec:
# command: ["/bin/sh", "-c", "sleep 10"]
lifecycle: {}
# Settings for Bitnami postgresql chart (if db.deployStandalone is true, ignored
# otherwise)
postgresql: