(feat) update kub.yaml

This commit is contained in:
Ishaan Jaff 2024-03-23 17:58:39 -07:00
parent 30ae52c21e
commit b0c75d405c

View file

@ -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