Add --config arg to k8s Deployment example

This commit is contained in:
Taylor Sly 2024-07-19 15:38:34 -05:00
parent 86abd573e4
commit 4dfaa15ae4

View file

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