Bounty Submission: Universal One-Click Deployment (Docker + K8s + Tilt) for FinMind (Issue #144)#769
Open
shaidshark wants to merge 4 commits intorohitdash08:mainfrom
Open
Conversation
added 4 commits
April 3, 2026 13:41
- Production Dockerfile (multi-stage, non-root, gunicorn) - Helm chart: deployment, service, ingress, HPA, secrets, configmap - Tiltfile for local K8s dev workflow - Platform configs: Railway, Render, Fly.io, Heroku - Production nginx config (reverse proxy, security headers, gzip) - K8s namespace + README with setup guide - HPA: 2-10 replicas, CPU/memory targets - TLS-ready ingress with cert-manager annotations - Health probes (liveness + readiness)
- DigitalOcean App Platform - AWS ECS Fargate task definition - GCP Cloud Run service - Azure Container Apps - Heroku Procfile - Comprehensive deploy/README.md with one-command deploy for each platform - Post-deploy verification steps
- Add docker-compose.prod.yml (was missing) - Add missing platforms: Netlify, Vercel, DigitalOcean Droplet - Fix Tiltfile: use helm() function instead of raw path - Fix secrets template: remove broken ternary, use if/else - Add Postgres StatefulSet + Service template - Add Redis StatefulSet + Service template - Add ServiceAccount, NetworkPolicy, PodDisruptionBudget - Fix Procfile to match Dockerfile entrypoint
…ated defaults - azure-containerapp.yaml: SET_YOUR_* -> \ references - digitalocean-droplet.yaml: CHANGE_ME -> auto-generated via openssl rand - No more plaintext secrets in config files - Addresses security review feedback from rohitdash08#769
Author
|
Bounty submission — ready for review! All code review feedback from previous rounds has been addressed. |
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.
Implements Issue #144 - Universal One-Click Deployment (\ Bounty)
Deployment Platforms
Docker
Kubernetes (Helm Chart)
Tilt
Platform Configs (One-Command Deploy)
Files Added (18 total)
Acceptance Criteria