feat: add Helm chart for Kubernetes deployment - #363
Closed
pradeepbbl wants to merge 1 commit into
Closed
Conversation
Help to deploy Terminus to Kubernetes as a single configurable release instead of hand-applying the manifests described in the Kubernetes documentation. The chart lives at `charts/terminus` and is linted on every change, with tagged pushes packaged to `oci://ghcr.io/usetrmnl/charts`.
pradeepbbl
force-pushed
the
pmishra/feat_helm_chart
branch
from
August 13, 2026 15:20
b29792e to
5c97639
Compare
Collaborator
|
Hey. 👋 Thanks for this but am going to close since this adds a massive ~2,000 lines of new code that would need to be maintained (along with automated testing) to support. Not saying this isn't out of the question in the future, but for now, use of Kubernetes for this project seems like complete overkill. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds a Helm chart at
charts/terminusfor deploying Terminus to Kubernetes, wrapping the manifests described indoc/kubernetes.adocinto a single configurable release. Also addsdoc/helm.adocand aHelmCI workflow.The goal is to simplify Kubernetes deployment :)
Screenshots/Screencasts
Details
pod, ClusterIP Service,
ReadWriteOncePVCs for uploads and fonts, optionalHPA.
Recreatestrategy, since RWO volumes can't be held by two pods.and enforced at template time.
Secretby default, or Vault Agent Injector viavault.enabled.pre-install,pre-upgradehook Job runninghanami db migrate.database.enabled/keyvalue.enabled, both off by default, mirroring theservices in
compose.yml.ct lintplus a render check on every chart change; tagged pushespackage and push to
oci://ghcr.io/usetrmnl/charts.