fix - don't use gunicorn on litellm helm

This commit is contained in:
Ishaan Jaff 2024-05-22 07:48:34 -07:00
parent 4e5be51373
commit 815dcd9187

View file

@ -161,7 +161,6 @@ spec:
args:
- --config
- /etc/litellm/config.yaml
- --run_gunicorn
ports:
- name: http
containerPort: {{ .Values.service.port }}