forked from phoenix/litellm-mirror
(kub) always pull litellm image
This commit is contained in:
parent
a3617a6af6
commit
5b2698a9ed
1 changed files with 3 additions and 2 deletions
|
@ -15,15 +15,16 @@ spec:
|
|||
containers:
|
||||
- name: litellm-container
|
||||
image: ghcr.io/berriai/litellm:main-latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: AZURE_API_KEY
|
||||
value: "d6f****"
|
||||
- name: AZURE_API_BASE
|
||||
value: "https://openai
|
||||
value: "https://openai"
|
||||
- name: LITELLM_MASTER_KEY
|
||||
value: "sk-1234"
|
||||
- name: DATABASE_URL
|
||||
value: "postgresql://ishaan:*********
|
||||
value: "postgresql://ishaan:*********"
|
||||
args:
|
||||
- "--config"
|
||||
- "/app/proxy_config.yaml" # Update the path to mount the config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue