mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Add --config arg to k8s Deployment example
This commit is contained in:
parent
86abd573e4
commit
4dfaa15ae4
1 changed files with 3 additions and 0 deletions
|
@ -187,6 +187,9 @@ spec:
|
|||
image: ghcr.io/berriai/litellm:main-latest # it is recommended to fix a version generally
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
args:
|
||||
- "--config"
|
||||
- "/app/proxy_server_config.yaml"
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /app/proxy_server_config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue