create litellm config file

This commit is contained in:
Roger Oriol
2026-01-24 17:27:09 +01:00
parent 88c4eca28d
commit 2b8aa4df87

View File

@@ -43,6 +43,8 @@ data:
# REDIS_HOST: redis-16337.c322.us-east-1-2.ec2.cloud.redislabs.com
# REDIS_PORT: "16337"
# REDIS_PASSWORD:
OTEL_EXPORTER: "otlp_http"
OTEL_ENDPOINT: "http://phoenix:4317"
---
apiVersion: apps/v1
kind: Deployment
@@ -78,7 +80,7 @@ spec:
- name: STORE_MODEL_IN_DB
value: "True"
- name: OTEL_EXPORTER
value: "otlp_grpc"
value: "otlp_http"
- name: OTEL_ENDPOINT
value: "http://phoenix:4317"
volumes: