mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #101] [MERGED] Helm chart to deploy on Kubernetes #130
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#130
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/RayLabsHQ/gitea-mirror/pull/101
Author: @V-Paranoiaque
Created: 9/21/2025
Status: ✅ Merged
Merged: 10/1/2025
Merged by: @arunavo4
Base:
main← Head:helm-chart📝 Commits (10+)
319e792First commit TBT3c52fe5Missing space80fd43eMore features4528be8Too many spacesf701574Move NODE_ENV to the configmap1e2c1c6Add volumescd86a09Minor fixesf9d18f3Fix image tag432a2bcAdd missing podSecurityContext7386b54Fix env vars📊 Changes
16 files changed (+1063 additions, -0 deletions)
View changed files
➕
.github/ci/values-ci.yaml(+59 -0)📝
.github/workflows/README.md(+7 -0)➕
.github/workflows/helm-test.yml(+58 -0)➕
helm/gitea-mirror/.yamllint(+21 -0)➕
helm/gitea-mirror/Chart.yaml(+12 -0)➕
helm/gitea-mirror/README.md(+307 -0)➕
helm/gitea-mirror/templates/_helpers.tpl(+59 -0)➕
helm/gitea-mirror/templates/configmap.yaml(+38 -0)➕
helm/gitea-mirror/templates/deployment.yaml(+143 -0)➕
helm/gitea-mirror/templates/httproute.yaml(+77 -0)➕
helm/gitea-mirror/templates/ingress.yaml(+40 -0)➕
helm/gitea-mirror/templates/pvc.yaml(+26 -0)➕
helm/gitea-mirror/templates/secret.yaml(+14 -0)➕
helm/gitea-mirror/templates/service.yaml(+34 -0)➕
helm/gitea-mirror/templates/serviceaccount.yaml(+17 -0)➕
helm/gitea-mirror/values.yaml(+151 -0)📄 Description
Hello,
I have started the PR to add a Helm chart. It's still a WIP but it could be interesting to get some feedback. I mostly need to test it and to work on the documentation. I would like also to add automated tests.
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.