[PR #35] feat: add helm chart #145

Open
opened 2026-02-26 21:34:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eduardolat/pgbackweb/pull/35
Author: @sorvis
Created: 8/28/2024
Status: 🔄 Open

Base: mainHead: add_helm


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eduardolat/pgbackweb/pull/35 **Author:** [@sorvis](https://github.com/sorvis) **Created:** 8/28/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add_helm` --- ### 📝 Commits (1) - [`01bc0a4`](https://github.com/eduardolat/pgbackweb/commit/01bc0a49a878f39fc196d5f0795ed240d38956b8) feat: add helm chart ### 📊 Changes **8 files changed** (+246 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Added in a helm chart. Tested in our local cluster. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/pgbackweb#145
No description provided.