From 90bf0b95fb879fd422d63974ecedd72f5b0aaf94 Mon Sep 17 00:00:00 2001 From: Nico Suter <37929910+nicosuter@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:06:45 +0200 Subject: [PATCH] Fix noop matchLabels Template used a label that isn't used by default, so the topologySpreadConstraint wouldn't work. --- deploy/charts/litellm-helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm-helm/values.yaml b/deploy/charts/litellm-helm/values.yaml index 690ca69e730..01c2246c9da 100644 --- a/deploy/charts/litellm-helm/values.yaml +++ b/deploy/charts/litellm-helm/values.yaml @@ -53,7 +53,7 @@ topologySpreadConstraints: # whenUnsatisfiable: DoNotSchedule # labelSelector: # matchLabels: - # app: litellm + # app.kubernetes.io/name: litellm # At the time of writing, the litellm docker image requires write access to the # filesystem on startup so that prisma can install some dependencies.