Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit d9e1f55

Browse files
Fix v25
1 parent 5d6d3a8 commit d9e1f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/litellm-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: config
2626
mountPath: /app/config.yaml
2727
subPath: config.yaml
28-
command: ["litellm", "--config", "/app/config.yaml"]
28+
command: ["proxy-server", "--config", "/app/config.yaml"]
2929
volumes:
3030
- name: config
3131
configMap:

0 commit comments

Comments
 (0)