forked from phoenix/litellm-mirror
(feat) update kub.yaml
This commit is contained in:
parent
30ae52c21e
commit
b0c75d405c
1 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: litellm-deployment
|
||||
spec:
|
||||
replicas: 5
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: litellm
|
||||
|
@ -17,17 +17,17 @@ spec:
|
|||
image: ghcr.io/berriai/litellm:main-latest
|
||||
env:
|
||||
- name: AZURE_API_KEY
|
||||
value: "d699s"
|
||||
value: "d6f****"
|
||||
- name: AZURE_API_BASE
|
||||
value: "https://openai/"
|
||||
value: "https://openai
|
||||
- name: LITELLM_MASTER_KEY
|
||||
value: "sk-1234"
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
- name: DATABASE_URL
|
||||
value: "postgresql://ishaan:*********
|
||||
args:
|
||||
- "--config"
|
||||
- "/app/proxy_config.yaml" # Update the path to mount the config file
|
||||
volumeMounts: # Define volume mount for proxy_config.yaml
|
||||
volumeMounts: # Define volume mount for proxy_config.yaml
|
||||
- name: config-volume
|
||||
mountPath: /app
|
||||
readOnly: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue