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