Merge pull request #2145 from ShaunMaher/update_helm_chart_deployment_2024-02-22

Update helm chart to accomodate recent project changes
This commit is contained in:
Ishaan Jaff 2024-03-16 10:50:40 -07:00 committed by GitHub
commit e3523561f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,7 @@ env:
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
docker-hub-deploy:
if: github.repository == 'BerriAI/litellm'
runs-on: ubuntu-latest
steps:
-

View file

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