forked from phoenix/litellm-mirror
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:
commit
e3523561f8
2 changed files with 1 additions and 1 deletions
1
.github/workflows/ghcr_deploy.yml
vendored
1
.github/workflows/ghcr_deploy.yml
vendored
|
@ -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.
|
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
|
||||||
jobs:
|
jobs:
|
||||||
docker-hub-deploy:
|
docker-hub-deploy:
|
||||||
|
if: github.repository == 'BerriAI/litellm'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
|
@ -161,7 +161,6 @@ spec:
|
||||||
args:
|
args:
|
||||||
- --config
|
- --config
|
||||||
- /etc/litellm/config.yaml
|
- /etc/litellm/config.yaml
|
||||||
- --run_gunicorn
|
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.port }}
|
containerPort: {{ .Values.service.port }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue