mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4628] [CLOSED] Added Helm chart for frps. #5016
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#5016
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/4628
Author: @ckt114
Created: 1/8/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
44d9e18Added 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.