feat: Add Helm chart for Kubernetes deployment #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/helm-chart"
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?
Description
Add complete Helm chart for deploying the CV application to Kubernetes. The chart includes all necessary resources for a production-ready deployment with persistent storage and configurable authentication modes.
Type of Change
feat- New feature (minor version bump)Breaking Changes
If breaking, describe the migration path:
Checklist
npm run lint) - N/A for Helm chartsnpm run build) - N/A for Helm chartsnpm run test:run) - N/A for Helm chartsTesting
helm lintpasses on the charthelm template test-release helm/cv-app/renders 214 lines of valid Kubernetes manifestsScreenshots (if applicable)
N/A
Related Issues
Implements the Helm chart design from
docs/plans/2026-02-23-helm-chart-design.md