From 8afa583dfe3b1e9932ffacb9635ed6540abe0697 Mon Sep 17 00:00:00 2001 From: Shaun Maher Date: Thu, 22 Feb 2024 16:12:04 +1100 Subject: [PATCH] Remove --run_gunicorn from proxy command line arguments --- deploy/charts/litellm/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/charts/litellm/templates/deployment.yaml b/deploy/charts/litellm/templates/deployment.yaml index 6ed112dac3..e1f722a92c 100644 --- a/deploy/charts/litellm/templates/deployment.yaml +++ b/deploy/charts/litellm/templates/deployment.yaml @@ -150,7 +150,6 @@ spec: args: - --config - /etc/litellm/config.yaml - - --run_gunicorn ports: - name: http containerPort: {{ .Values.service.port }}