feat(helm): add Helm chart for Kubernetes deployment and update DeploymentGuide

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-25 13:31:54 +00:00
parent ff96340154
commit a08bfb9f1a
19 changed files with 1424 additions and 158 deletions
+37
View File
@@ -0,0 +1,37 @@
apiVersion: v2
name: docuelevate
description: >
DocuElevate — intelligent document processing with OCR, AI metadata
extraction, full-text search (Meilisearch), and multi-cloud storage.
type: application
# Chart version — bump on every chart change (independent of appVersion).
version: 0.1.0
# Application version — kept in sync with the VERSION file.
appVersion: "0.54.0"
keywords:
- document-management
- ocr
- ai
- meilisearch
- fastapi
- celery
home: https://github.com/christianlouis/DocuElevate
sources:
- https://github.com/christianlouis/DocuElevate
maintainers:
- name: DocuElevate Contributors
url: https://github.com/christianlouis/DocuElevate
dependencies:
# Bundled Redis (optional — disable and point to an external instance via
# externalRedis.url if you already have Redis in the cluster).
- name: redis
version: "20.x.x"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled