bobbai00 opened a new pull request, #4109:
URL: https://github.com/apache/texera/pull/4109

   ### 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?
   
   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)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to