From 815dcd9187d7faa758212d09594ff999e2d9d096 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 22 May 2024 07:48:34 -0700 Subject: [PATCH] fix - don't use gunicorn on litellm helm --- deploy/charts/litellm-helm/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/charts/litellm-helm/templates/deployment.yaml b/deploy/charts/litellm-helm/templates/deployment.yaml index 736f35680..07e617581 100644 --- a/deploy/charts/litellm-helm/templates/deployment.yaml +++ b/deploy/charts/litellm-helm/templates/deployment.yaml @@ -161,7 +161,6 @@ spec: args: - --config - /etc/litellm/config.yaml - - --run_gunicorn ports: - name: http containerPort: {{ .Values.service.port }}