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

This commit is contained in:
Harshit Jain
2026-01-22 19:28:52 -08:00
committed by GitHub
parent 9f57eb3e74
commit 9084c1d1bd
+8
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: