No introduction found. Create it?
Install with:
helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install litellm app-template/app-template -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| litellm | drag0n141/home-ops | 58 | 5.0.1 | 5 days ago |
| litellm | m00nwtchr/homelab-cluster | 37 | 4.6.2 | 2 months ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
controllers.litellm.containers.app.args[] (15) - --config=/app/config.yaml | string |
controllers.litellm.containers.app.image.repository (15) ghcr.io/berriai/litellm-non_root | string |
controllers.litellm.containers.app.image.tag (15) v1.93.0@sha256:4f2dcc36fe5d251013dd40a65d63fa7f3291c8f2db6d0634b6e4997ad7950257 | string |
| string | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| number | |
| number | |
| string | |
| number | |
| number | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
controllers.litellm.containers.app.env.TZ (12) Europe/Berlin | string |
controllers.litellm.containers.app.env.REDIS_HOST (9) litellm-dragonfly | string |
| string | |
| string | |
| number, string | |
| boolean, string | |
controllers.litellm.containers.app.env.PROXY_BASE_URL (4) https://litellm.cloudjur.com | string |
| string | |
| string | |
| string | |
controllers.litellm.containers.app.env.DATABASE_URL.valueFrom.secretKeyRef.name (2) {{ .Release.Name }}-postgres | string |
controllers.litellm.containers.app.env.DATABASE_URL (1) postgres://${SECRET_PGADMIN_USER}:${SECRET_PGADMIN_PASSWORD}@postgres16-rw.database.svc.cluster.local:5432/litellm | string |
controllers.litellm.containers.app.env.GENERIC_AUTHORIZATION_ENDPOINT (2) https://auth.cloudjur.com/application/o/authorize/ | string |
controllers.litellm.containers.app.env.GENERIC_SCOPE (2) openid email profile litellm_role | string |
controllers.litellm.containers.app.env.GENERIC_TOKEN_ENDPOINT (2) https://auth.cloudjur.com/application/o/token/ | string |
controllers.litellm.containers.app.env.GENERIC_USERINFO_ENDPOINT (2) https://auth.cloudjur.com/application/o/userinfo/ | string |
| string | |
| string | |
controllers.litellm.containers.app.env.PROMETHEUS_URL (2) http://prometheus-kube-prometheus-prometheus.monitoring.svc.cluster.local:9090 | string |
controllers.litellm.containers.app.env.PROXY_LOGOUT_URL (2) https://auth.cloudjur.com/application/o/litellm/end-session/ | string |
controllers.litellm.containers.app.env.QDRANT_API_BASE (2) http://qdrant.ai.svc.cluster.local:6333 | string |
| string | |
| string | |
controllers.litellm.containers.app.env.CHATGPT_TOKEN_DIR (1) /app/chatgpt_tokens | string |
| string | |
| string | |
controllers.litellm.containers.app.env.GENERIC_CLIENT_SECRET (1) ${SECRET_OAUTH_CLIENT_SECRET} | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
controllers.litellm.containers.app.env.PROXY_ADMIN_ID (1) ${SECRET_MQTT_USERNAME} | string |
controllers.litellm.containers.app.env.REDIS_URL (1) redis://dragonfly.database.svc.cluster.local:6379/5 | string |
controllers.litellm.containers.app.env.UI_PASSWORD (1) ${SECRET_LITELLM_UI_PASSWORD} | string |
controllers.litellm.containers.app.env.UI_USERNAME (1) ${SECRET_LITELLM_UI_USERNAME} | string |
| string | |
| string | |
| string | |
controllers.litellm.initContainers.init-db.image.repository (7) ghcr.io/home-operations/postgres-init | string |
controllers.litellm.initContainers.init-db.image.tag (7) 18.4.0@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec | string, number |
| string | |
controllers.litellm.initContainers.copy-prisma-cache.command[] (2) - sh | string |
controllers.litellm.initContainers.copy-prisma-cache.image.repository (2) ghcr.io/berriai/litellm-non_root | string |
controllers.litellm.initContainers.copy-prisma-cache.image.tag (2) v1.93.0@sha256:4f2dcc36fe5d251013dd40a65d63fa7f3291c8f2db6d0634b6e4997ad7950257 | string |
controllers.litellm.strategy (3) RollingUpdate | string |
| number | |
| number | |
| number | |
persistence.config.globalMounts[].path (14) /app/config.yaml | string |
| string | |
| boolean | |
persistence.config.name (14) litellm-configmap | string |
persistence.config.type (14) configMap | string |
persistence.cache.type (6) emptyDir | string |
persistence.cache.globalMounts[].path (5) /.cache | string |
persistence.cache.globalMounts[].subPath (5) cache | string |
| string | |
| string | |
| string | |
| string | |
persistence.tmpfs.type (5) emptyDir | string |
| string | |
| string | |
| string | |
| string | |
persistence.prisma-client.globalMounts[].path (2) /usr/local/lib/python3.13/site-packages/prisma | string |
| string | |
| string | |
persistence.tmp.type (2) emptyDir | string |
persistence.config-file.globalMounts[].path (1) /app/config.yaml | string |
| boolean | |
| string | |
persistence.config-file.name (1) litellm-configmap | string |
persistence.config-file.type (1) configMap | string |
| string | |
persistence.ui.globalMounts[].path (1) /app/chatgpt_tokens | string |
| number | |
| number | |
| boolean | |
service.app.controller (10) litellm | string |
| string | |
service.app.type (1) LoadBalancer | string |
| string | |
| number | |
route.app.hostnames[] (11) - litellm.${SECRET_DOMAIN} | string |
route.app.parentRefs[].name (11) envoy-internal | string |
route.app.parentRefs[].namespace (11) networking | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
route.app.annotations."gethomepage.dev/instance" (1) homepage-internal | string |
| number, string | |
| string | |
| string | |
route.main.hostnames[] (4) - {{ .Release.Name }}.${SECRET_DOMAIN} | string |
route.main.parentRefs[].name (4) envoy-external | string |
| string | |
| string | |
| number | |
| string | |
| string | |
| string | |
route.main.rules[].filters[].responseHeaderModifier.add[].value (1) noindex, nofollow | string |
route.main.rules[].filters[].type (1) ResponseHeaderModifier | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
route.main.annotations."gethomepage.dev/icon" (1) https://opensource.muenchen.de/logo/litellm.png | string |
| string | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
| string | |
| string | |
| string | |
| string | |
| number | |
| boolean | |
| number |