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