mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #35] feat: add helm chart #145
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#145
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/eduardolat/pgbackweb/pull/35
Author: @sorvis
Created: 8/28/2024
Status: 🔄 Open
Base:
main← Head:add_helm📝 Commits (1)
01bc0a4feat: add helm chart📊 Changes
8 files changed (+246 additions, -0 deletions)
View changed files
➕
chart/pgbackweb/.helmignore(+23 -0)➕
chart/pgbackweb/Chart.yaml(+21 -0)➕
chart/pgbackweb/templates/_helpers.tpl(+62 -0)➕
chart/pgbackweb/templates/config.yaml(+10 -0)➕
chart/pgbackweb/templates/deployment.yaml(+43 -0)➕
chart/pgbackweb/templates/ingress.yaml(+43 -0)➕
chart/pgbackweb/templates/service.yaml(+13 -0)➕
chart/pgbackweb/values.yaml(+31 -0)📄 Description
Added in a helm chart. Tested in our local cluster.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.