mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Fix noop matchLabels
Template used a label that isn't used by default, so the topologySpreadConstraint wouldn't work.
This commit is contained in:
parent
62757ff48f
commit
90bf0b95fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue