Skip to content

Conversation

@bobbai00
Copy link
Contributor

@bobbai00 bobbai00 commented Dec 5, 2025

What changes were proposed in this PR?

This PR adds helm chart support for deploying LiteLLM proxy as part of the Texera Kubernetes deployment, enabling AI agent functionality.

New Files Added:

  • bin/k8s/templates/litellm-config.yaml - ConfigMap for LiteLLM configuration
  • bin/k8s/templates/litellm-deployment.yaml - Deployment for LiteLLM proxy
  • bin/k8s/templates/litellm-secret.yaml - Secret for API keys and database credentials
  • bin/k8s/templates/litellm-service.yaml - Service for LiteLLM
  • bin/k8s/templates/postgresql-litellm-persistence.yaml - PV/PVC for LiteLLM's PostgreSQL

Modified Files:

  • bin/k8s/Chart.yaml - Added postgresql-litellm dependency
  • bin/k8s/templates/access-control-service-deployment.yaml - Added LITELLM_MASTER_KEY and LITELLM_BASE_URL env vars
  • bin/k8s/templates/external-names.yaml - Added ExternalName services for litellm and postgresql-litellm
  • bin/k8s/values.yaml - Added litellm and postgresql-litellm configuration sections, plus /api/models and /api/chat ingress paths

Any related issues, documentation, discussions?

A fellow-up PR for #4020. Fixes #4108

How was this PR tested?

These are helm chart configuration changes. The templates follow the existing patterns in the codebase and can be tested by:

  1. Running helm template to verify template rendering
  2. Deploying to a Kubernetes cluster with the litellm feature enabled

Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-5-20251101)

…ration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add LiteLLM proxy helm chart support for AI agent integration

1 participant