Bounty Submission: Universal One-Click Deployment (Docker + K8s + Tilt) for FinMind#1054
Open
singhvishalkr wants to merge 1 commit into
Open
Bounty Submission: Universal One-Click Deployment (Docker + K8s + Tilt) for FinMind#1054singhvishalkr wants to merge 1 commit into
singhvishalkr wants to merge 1 commit into
Conversation
Add comprehensive Kubernetes deployment infrastructure: Helm Chart (deploy/helm/finmind/): - Full application stack templates (backend, frontend, nginx) - PostgreSQL and Redis deployments with health probes - Complete observability stack (Prometheus, Grafana, Loki, Promtail) - Horizontal Pod Autoscaler (HPA) for backend and frontend - TLS/HTTPS ready with cert-manager annotations - Resource limits and requests for all workloads - Multiple environment configs (local, production) - RBAC for Prometheus and Promtail Raw K8s Manifests (deploy/k8s/): - Add frontend deployment and service - Add HPA manifests for autoscaling - Add resource limits and startup probes to backend - Update ingress with proxy annotations - Update README with Helm and TLS instructions Tilt Development (Tiltfile + deploy/tilt/): - Live reload for backend and frontend - Automatic port forwarding - Local K8s dev workflow documentation - Test runner integration Update root README with deployment options. Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
Quick update: I am still aligned with the bounty submission scope here and can address maintainer feedback or checklist items as soon as you have notes. |
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.
Summary
This PR adds production-grade Kubernetes deployment infrastructure for FinMind with three deployment options:
What's included
Helm Chart (
deploy/helm/finmind/)Raw Manifests (
deploy/k8s/)Tilt Development
Tiltfileat project root for local K8s devdeploy/tilt/README.mdQuick Start
Helm (production):
Tilt (local dev):
Raw manifests:
Verification
Tested template rendering with
helm template. All manifests include:Checklist