mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4161] [CLOSED] Add Helm charts for FRP server and client #4936
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4936
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4161
Author: @koendelaat
Created: 4/16/2024
Status: ❌ Closed
Base:
dev← Head:feature/helm📝 Commits (1)
f9e250fAdd 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.