[PR #512] [CLOSED] feat: Add basic helm chart #513

Closed
opened 2026-02-16 02:15:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/512
Author: @masci
Created: 5/26/2025
Status: Closed

Base: mainHead: massi/helm


📝 Commits (1)

  • 0cccf4c feat: Add basic helm chart

📊 Changes

7 files changed (+72 additions, -0 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -0)
helm-chart/.gitignore (+1 -0)
helm-chart/Chart.yaml (+6 -0)
helm-chart/templates/_helpers.tpl (+7 -0)
helm-chart/templates/deployment.yaml (+29 -0)
helm-chart/templates/service.yaml (+16 -0)
helm-chart/values.yaml (+12 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/512 **Author:** [@masci](https://github.com/masci) **Created:** 5/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `massi/helm` --- ### 📝 Commits (1) - [`0cccf4c`](https://github.com/run-llama/llama_deploy/commit/0cccf4c038e9c6c341b5e88b5fa2764c503212b8) feat: Add basic helm chart ### 📊 Changes **7 files changed** (+72 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -0) ➕ `helm-chart/.gitignore` (+1 -0) ➕ `helm-chart/Chart.yaml` (+6 -0) ➕ `helm-chart/templates/_helpers.tpl` (+7 -0) ➕ `helm-chart/templates/deployment.yaml` (+29 -0) ➕ `helm-chart/templates/service.yaml` (+16 -0) ➕ `helm-chart/values.yaml` (+12 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:15:25 -05:00
yindo closed this issue 2026-02-16 02:15:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#513