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_HOST: redis-16337.c322.us-east-1-2.ec2.cloud.redislabs.com
|
||||||
# REDIS_PORT: "16337"
|
# REDIS_PORT: "16337"
|
||||||
# REDIS_PASSWORD:
|
# REDIS_PASSWORD:
|
||||||
|
OTEL_EXPORTER: "otlp_http"
|
||||||
|
OTEL_ENDPOINT: "http://phoenix:4317"
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
@@ -78,7 +80,7 @@ spec:
|
|||||||
- name: STORE_MODEL_IN_DB
|
- name: STORE_MODEL_IN_DB
|
||||||
value: "True"
|
value: "True"
|
||||||
- name: OTEL_EXPORTER
|
- name: OTEL_EXPORTER
|
||||||
value: "otlp_grpc"
|
value: "otlp_http"
|
||||||
- name: OTEL_ENDPOINT
|
- name: OTEL_ENDPOINT
|
||||||
value: "http://phoenix:4317"
|
value: "http://phoenix:4317"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user