create litellm config file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user