[PR #4161] [CLOSED] Add Helm charts for FRP server and client #4936

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4161
Author: @koendelaat
Created: 4/16/2024
Status: Closed

Base: devHead: feature/helm


📝 Commits (1)

  • f9e250f Add Helm charts for FRP server and client

📊 Changes

21 files changed (+852 additions, -0 deletions)

View changed files

.dockerignore (+1 -0)
charts/frpc/.helmignore (+23 -0)
charts/frpc/Chart.yaml (+7 -0)
charts/frpc/templates/_helpers.tpl (+62 -0)
charts/frpc/templates/certificate.yaml (+41 -0)
charts/frpc/templates/config.yaml (+7 -0)
charts/frpc/templates/dashboard-service.yaml (+19 -0)
charts/frpc/templates/deployment.yaml (+85 -0)
charts/frpc/templates/serviceaccount.yaml (+12 -0)
charts/frpc/values.yaml (+126 -0)
charts/frps/.helmignore (+23 -0)
charts/frps/Chart.yaml (+7 -0)
charts/frps/templates/_helpers.tpl (+68 -0)
charts/frps/templates/certificate.yaml (+56 -0)
charts/frps/templates/config.yaml (+43 -0)
charts/frps/templates/dashboard-service.yaml (+19 -0)
charts/frps/templates/deployment.yaml (+95 -0)
charts/frps/templates/internal-service.yaml (+21 -0)
charts/frps/templates/service.yaml (+19 -0)
charts/frps/templates/serviceaccount.yaml (+12 -0)

...and 1 more files

📄 Description

WHY

For easy deployment on kubernetes two helm charts are created.

This allows forwarding kubernetes services using FRP


🔄 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/4161 **Author:** [@koendelaat](https://github.com/koendelaat) **Created:** 4/16/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feature/helm` --- ### 📝 Commits (1) - [`f9e250f`](https://github.com/fatedier/frp/commit/f9e250f60bb87b2e4d2fab3c6cb726a7b4a0922b) Add Helm charts for FRP server and client ### 📊 Changes **21 files changed** (+852 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+1 -0) ➕ `charts/frpc/.helmignore` (+23 -0) ➕ `charts/frpc/Chart.yaml` (+7 -0) ➕ `charts/frpc/templates/_helpers.tpl` (+62 -0) ➕ `charts/frpc/templates/certificate.yaml` (+41 -0) ➕ `charts/frpc/templates/config.yaml` (+7 -0) ➕ `charts/frpc/templates/dashboard-service.yaml` (+19 -0) ➕ `charts/frpc/templates/deployment.yaml` (+85 -0) ➕ `charts/frpc/templates/serviceaccount.yaml` (+12 -0) ➕ `charts/frpc/values.yaml` (+126 -0) ➕ `charts/frps/.helmignore` (+23 -0) ➕ `charts/frps/Chart.yaml` (+7 -0) ➕ `charts/frps/templates/_helpers.tpl` (+68 -0) ➕ `charts/frps/templates/certificate.yaml` (+56 -0) ➕ `charts/frps/templates/config.yaml` (+43 -0) ➕ `charts/frps/templates/dashboard-service.yaml` (+19 -0) ➕ `charts/frps/templates/deployment.yaml` (+95 -0) ➕ `charts/frps/templates/internal-service.yaml` (+21 -0) ➕ `charts/frps/templates/service.yaml` (+19 -0) ➕ `charts/frps/templates/serviceaccount.yaml` (+12 -0) _...and 1 more files_ </details> ### 📄 Description ### WHY For easy deployment on kubernetes two helm charts are created. This allows forwarding kubernetes services using FRP --- <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:51:36 -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#4936
No description provided.