From 4dfaa15ae446d25661f0adfad135dd3753fa1f15 Mon Sep 17 00:00:00 2001 From: Taylor Sly Date: Fri, 19 Jul 2024 15:38:34 -0500 Subject: [PATCH] Add --config arg to k8s Deployment example --- docs/my-website/docs/proxy/deploy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index ff575f0d44..159e774f13 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -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