[PR #3606] [CLOSED] Add helm chart #4450

Closed
opened 2026-03-17 01:59:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3606
Author: @shipko
Created: 11/29/2023
Status: Closed

Base: mainHead: add-k8s


📝 Commits (2)

📊 Changes

24 files changed (+808 additions, -0 deletions)

View changed files

helm/adminpanel/.helmignore (+22 -0)
helm/adminpanel/Chart.yaml (+8 -0)
helm/adminpanel/templates/_env.tpl (+16 -0)
helm/adminpanel/templates/_helpers.tpl (+54 -0)
helm/adminpanel/templates/deployment.yaml (+51 -0)
helm/adminpanel/templates/ingress.yaml (+42 -0)
helm/adminpanel/templates/service.yaml (+16 -0)
helm/adminpanel/values.yaml (+51 -0)
helm/app/.helmignore (+22 -0)
helm/app/Chart.yaml (+8 -0)
helm/app/templates/_env.tpl (+16 -0)
helm/app/templates/_helpers.tpl (+54 -0)
helm/app/templates/deployment.yaml (+51 -0)
helm/app/templates/ingress.yaml (+42 -0)
helm/app/templates/service.yaml (+17 -0)
helm/app/values.yaml (+51 -0)
helm/backend/.helmignore (+22 -0)
helm/backend/Chart.yaml (+8 -0)
helm/backend/templates/_env.tpl (+43 -0)
helm/backend/templates/_helpers.tpl (+54 -0)

...and 4 more files

📄 Description

Closes #3007

Description

I want to share my helm chart for hopscotch. It consists in the small chart for three components: backend, frontend, admin panel.
This chart is working in my infrastructure. But I know there is no limit to perfection. So I open for your feedback

  • Not Completed
  • Completed

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/hoppscotch/hoppscotch/pull/3606 **Author:** [@shipko](https://github.com/shipko) **Created:** 11/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-k8s` --- ### 📝 Commits (2) - [`fd4a34a`](https://github.com/hoppscotch/hoppscotch/commit/fd4a34aa2c0fca057ad63acdb75d99b511f0a796) Add helm chart - [`f332656`](https://github.com/hoppscotch/hoppscotch/commit/f332656f4e64432cd79c37e0bd9bf9cbda5815cc) Add more providers ### 📊 Changes **24 files changed** (+808 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `helm/adminpanel/.helmignore` (+22 -0) ➕ `helm/adminpanel/Chart.yaml` (+8 -0) ➕ `helm/adminpanel/templates/_env.tpl` (+16 -0) ➕ `helm/adminpanel/templates/_helpers.tpl` (+54 -0) ➕ `helm/adminpanel/templates/deployment.yaml` (+51 -0) ➕ `helm/adminpanel/templates/ingress.yaml` (+42 -0) ➕ `helm/adminpanel/templates/service.yaml` (+16 -0) ➕ `helm/adminpanel/values.yaml` (+51 -0) ➕ `helm/app/.helmignore` (+22 -0) ➕ `helm/app/Chart.yaml` (+8 -0) ➕ `helm/app/templates/_env.tpl` (+16 -0) ➕ `helm/app/templates/_helpers.tpl` (+54 -0) ➕ `helm/app/templates/deployment.yaml` (+51 -0) ➕ `helm/app/templates/ingress.yaml` (+42 -0) ➕ `helm/app/templates/service.yaml` (+17 -0) ➕ `helm/app/values.yaml` (+51 -0) ➕ `helm/backend/.helmignore` (+22 -0) ➕ `helm/backend/Chart.yaml` (+8 -0) ➕ `helm/backend/templates/_env.tpl` (+43 -0) ➕ `helm/backend/templates/_helpers.tpl` (+54 -0) _...and 4 more files_ </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes [#3007](https://github.com/hoppscotch/hoppscotch/issues/3007) ### Description I want to share my helm chart for hopscotch. It consists in the small chart for three components: backend, frontend, admin panel. This chart is working in my infrastructure. But I know there is no limit to perfection. So I open for your feedback - [x] Not Completed - [ ] Completed ### Checks - [x] My pull request adheres to the code style of this project - [x] My code requires changes to the documentation - [ ] I have updated the documentation as required - [ ] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:59:02 +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/hoppscotch#4450
No description provided.