[PR #4628] [CLOSED] Added Helm chart for frps. #5016

Closed
opened 2026-05-05 14:53:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4628
Author: @ckt114
Created: 1/8/2025
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • 44d9e18 Added Helm chart for frps.

📊 Changes

14 files changed (+729 additions, -0 deletions)

View changed files

📝 README.md (+6 -0)
helm/frps/.helmignore (+23 -0)
helm/frps/Chart.yaml (+27 -0)
helm/frps/README.md (+110 -0)
helm/frps/templates/NOTES.txt (+22 -0)
helm/frps/templates/_helpers.tpl (+62 -0)
helm/frps/templates/configmap.yaml (+10 -0)
helm/frps/templates/deployment.yaml (+77 -0)
helm/frps/templates/hpa.yaml (+32 -0)
helm/frps/templates/ingress.yaml (+94 -0)
helm/frps/templates/service.yaml (+49 -0)
helm/frps/templates/serviceaccount.yaml (+13 -0)
helm/frps/templates/tests/test-connection.yaml (+15 -0)
helm/frps/values.yaml (+189 -0)

📄 Description

WHY

Ability to run frps in Kubernetes.


🔄 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/fatedier/frp/pull/4628 **Author:** [@ckt114](https://github.com/ckt114) **Created:** 1/8/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`44d9e18`](https://github.com/fatedier/frp/commit/44d9e18f3d78216577283d61e7810e8e3de697cb) Added Helm chart for frps. ### 📊 Changes **14 files changed** (+729 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) ➕ `helm/frps/.helmignore` (+23 -0) ➕ `helm/frps/Chart.yaml` (+27 -0) ➕ `helm/frps/README.md` (+110 -0) ➕ `helm/frps/templates/NOTES.txt` (+22 -0) ➕ `helm/frps/templates/_helpers.tpl` (+62 -0) ➕ `helm/frps/templates/configmap.yaml` (+10 -0) ➕ `helm/frps/templates/deployment.yaml` (+77 -0) ➕ `helm/frps/templates/hpa.yaml` (+32 -0) ➕ `helm/frps/templates/ingress.yaml` (+94 -0) ➕ `helm/frps/templates/service.yaml` (+49 -0) ➕ `helm/frps/templates/serviceaccount.yaml` (+13 -0) ➕ `helm/frps/templates/tests/test-connection.yaml` (+15 -0) ➕ `helm/frps/values.yaml` (+189 -0) </details> ### 📄 Description ### WHY Ability to run frps in Kubernetes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:53:06 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#5016
No description provided.