mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3606] [CLOSED] Add helm chart #4450
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4450
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/hoppscotch/hoppscotch/pull/3606
Author: @shipko
Created: 11/29/2023
Status: ❌ Closed
Base:
main← Head:add-k8s📝 Commits (2)
fd4a34aAdd helm chartf332656Add more providers📊 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
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.