(fix) kub.yaml

This commit is contained in:
Ishaan Jaff 2024-03-26 18:05:55 -07:00
parent 4d22fe0947
commit 6d6549c6c8

View file

@ -14,26 +14,19 @@ spec:
spec: spec:
containers: containers:
- name: litellm-container - name: litellm-container
image: ghcr.io/berriai/litellm-database:main-v1.34.4.dev2 image: ghcr.io/berriai/litellm:main-latest
env: env:
- name: AZURE_API_KEY - name: AZURE_API_KEY
value: "d6f82361954b450188295b448e2091ca" value: "d6f****"
- name: AZURE_API_BASE - name: AZURE_API_BASE
value: "https://openai-gpt-4-test-v-1.openai.azure.com/" value: "https://openai
- name: LITELLM_MASTER_KEY - name: LITELLM_MASTER_KEY
value: "sk-1234" value: "sk-1234"
- name: DATABASE_URL - name: DATABASE_URL
value: "postgresql://ishaan:HogdJCvK89Xe@ep-bitter-fog-a573fgz9.us-east-2.aws.neon.tech/local?sslmode=require" value: "postgresql://ishaan:*********""
- name: SLACK_WEBHOOK_URL
value: "https://hooks.slack.com/services/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"
- name: ishu
value: "ishaanGMGhj"
args: args:
- "--config" - "--config"
- "/app/proxy_config.yaml" # Update the path to mount the config file - "/app/proxy_config.yaml" # Update the path to mount the config file
- "--run_gunicorn"
- "--num_workers"
- "4"
volumeMounts: # Define volume mount for proxy_config.yaml volumeMounts: # Define volume mount for proxy_config.yaml
- name: config-volume - name: config-volume
mountPath: /app mountPath: /app