litellm/helm/litellm/tests
Louis Vauterin f9704497fb
feat(helm): add startupProbe and hpa.behavior to the componentized chart (#36382)
Two small pod-spec passthroughs the componentized chart was missing, both
additive and empty by default so existing renders are unchanged:

- gateway/backend/ui deployments gain a `startupProbe` knob (same
  `{{- with }}` toYaml pattern as liveness/readiness), to gate liveness during
  a slow cold start without a kill loop.
- gateway/backend/ui HPAs gain an `hpa.behavior` passthrough rendered verbatim
  under spec.behavior (scaleUp/scaleDown policies + stabilization windows).

Tests: extend probe_tests.yaml (startupProbe absent by default / renders
verbatim) and add hpa_behavior_tests.yaml. Full chart suite: 76 tests pass.

Signed-off-by: Louis Vauterin <louis.vauterin@doctolib.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-14 16:53:10 -07:00
..
values feat(helm): support user-defined volumes and volumeMounts in microservices chart (#32233) 2026-07-06 09:53:47 -07:00
billing_metrics_tests.yaml feat(proxy): push-based OTLP billable-request metering for enterprise deployments (#31592) 2026-07-15 12:12:52 -07:00
deployment_volumes_tests.yaml feat(helm): support user-defined volumes and volumeMounts in microservices chart (#32233) 2026-07-06 09:53:47 -07:00
hpa_behavior_tests.yaml feat(helm): add startupProbe and hpa.behavior to the componentized chart (#36382) 2026-08-14 16:53:10 -07:00
migration_job_tests.yaml feat(helm): add pod-hardening and migration-Job knobs to the componentized chart (#35489) 2026-08-01 14:10:55 -07:00
pdb_topology_spread_tests.yaml feat(helm): add per-component PodDisruptionBudget and topologySpreadConstraints to componentized chart (#33430) 2026-07-16 10:41:59 -07:00
pod_hardening_tests.yaml feat(helm): add pod-hardening and migration-Job knobs to the componentized chart (#35489) 2026-08-01 14:10:55 -07:00
probe_tests.yaml feat(helm): add startupProbe and hpa.behavior to the componentized chart (#36382) 2026-08-14 16:53:10 -07:00
redis_env_tests.yaml feat(deploy): make coordination redis a first-class chart and terraform surface (#32662) 2026-07-10 16:16:09 -07:00