mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 22:25:53 +03:00
[PR #231] [MERGED] 增加helm 部署方式 #253
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#253
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/Finb/bark-server/pull/231
Author: @oslo254804746
Created: 8/4/2023
Status: ✅ Merged
Merged: 8/7/2023
Merged by: @mritd
Base:
master← Head:master📝 Commits (2)
4bf01dfadd-helm chart deployf3651b0fix-env iterate error📊 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.