Fix noop matchLabels

Template used a label that isn't used by default, so the topologySpreadConstraint wouldn't work.
This commit is contained in:
Nico Suter 2026-04-08 18:06:45 +02:00 committed by GitHub
parent 62757ff48f
commit 90bf0b95fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.