add litellm catalog

This commit is contained in:
Woochangho
2025-06-02 14:44:35 +09:00
parent 459425ba58
commit 833b3b9d56
24 changed files with 1264 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
fullnameOverride: ""
# Disable database deployment and configuration
db:
deployStandalone: false
useExisting: false
# Test environment variables
envVars:
DD_ENV: "dev_helm"
DD_SERVICE: "litellm"
USE_DDTRACE: "true"
# Disable migration job since we're not using a database
migrationJob:
enabled: false