[PR #231] [MERGED] 增加helm 部署方式 #253

Closed
opened 2026-03-03 11:56:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/231
Author: @oslo254804746
Created: 8/4/2023
Status: Merged
Merged: 8/7/2023
Merged by: @mritd

Base: masterHead: master


📝 Commits (2)

📊 Changes

11 files changed (+436 additions, -0 deletions)

View changed files

deploy/helm-chart/.helmignore (+23 -0)
deploy/helm-chart/Chart.yaml (+24 -0)
deploy/helm-chart/templates/NOTES.txt (+22 -0)
deploy/helm-chart/templates/_helpers.tpl (+62 -0)
deploy/helm-chart/templates/deployment.yaml (+77 -0)
deploy/helm-chart/templates/hpa.yaml (+28 -0)
deploy/helm-chart/templates/ingress.yaml (+61 -0)
deploy/helm-chart/templates/service.yaml (+15 -0)
deploy/helm-chart/templates/serviceaccount.yaml (+12 -0)
deploy/helm-chart/templates/tests/test-connection.yaml (+15 -0)
deploy/helm-chart/values.yaml (+97 -0)

📄 Description

No description provided


🔄 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/Finb/bark-server/pull/231 **Author:** [@oslo254804746](https://github.com/oslo254804746) **Created:** 8/4/2023 **Status:** ✅ Merged **Merged:** 8/7/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`4bf01df`](https://github.com/Finb/bark-server/commit/4bf01dfd8d331bea96be8d6c3156a45a2b56e8ba) add-helm chart deploy - [`f3651b0`](https://github.com/Finb/bark-server/commit/f3651b0b74eea0cc76d21055db21e1f575510a40) fix-env iterate error ### 📊 Changes **11 files changed** (+436 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `deploy/helm-chart/.helmignore` (+23 -0) ➕ `deploy/helm-chart/Chart.yaml` (+24 -0) ➕ `deploy/helm-chart/templates/NOTES.txt` (+22 -0) ➕ `deploy/helm-chart/templates/_helpers.tpl` (+62 -0) ➕ `deploy/helm-chart/templates/deployment.yaml` (+77 -0) ➕ `deploy/helm-chart/templates/hpa.yaml` (+28 -0) ➕ `deploy/helm-chart/templates/ingress.yaml` (+61 -0) ➕ `deploy/helm-chart/templates/service.yaml` (+15 -0) ➕ `deploy/helm-chart/templates/serviceaccount.yaml` (+12 -0) ➕ `deploy/helm-chart/templates/tests/test-connection.yaml` (+15 -0) ➕ `deploy/helm-chart/values.yaml` (+97 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:56:55 +03: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
starred/bark-server#253
No description provided.