Merge pull request #3783 from BerriAI/litellm_fix_dont_use_gunicorn_helm

[Fix] - don't use `gunicorn` on litellm helm
This commit is contained in:
Ishaan Jaff 2024-05-22 07:50:47 -07:00 committed by GitHub
commit 0623eb0274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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