feat(helm): Enable PreStop hook configuration in values.yaml (#19613)
This commit is contained in:
parent
9f57eb3e74
commit
9084c1d1bd
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user