From fe200cfb07fabeaacdcc182ca9d4431dc59bb2c7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 16 Mar 2024 10:51:32 -0700 Subject: [PATCH] (fix) re-include deployment.yaml --- deploy/charts/litellm-helm/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/charts/litellm-helm/templates/deployment.yaml b/deploy/charts/litellm-helm/templates/deployment.yaml index 07e617581..736f35680 100644 --- a/deploy/charts/litellm-helm/templates/deployment.yaml +++ b/deploy/charts/litellm-helm/templates/deployment.yaml @@ -161,6 +161,7 @@ spec: args: - --config - /etc/litellm/config.yaml + - --run_gunicorn ports: - name: http containerPort: {{ .Values.service.port }}