Skip to content

feat: add Dockerfile and Helm chart for Kubernetes deployment#1293

Merged
CaralHsi merged 1 commit intoMemTensor:mainfrom
ombmh:feature/deploy-helm
Mar 27, 2026
Merged

feat: add Dockerfile and Helm chart for Kubernetes deployment#1293
CaralHsi merged 1 commit intoMemTensor:mainfrom
ombmh:feature/deploy-helm

Conversation

@ombmh
Copy link
Copy Markdown
Contributor

@ombmh ombmh commented Mar 19, 2026

Summary

  • Add production-ready Dockerfile with multi-stage build
  • Add Helm chart for Kubernetes deployment with:
    • MemOS API service
    • Neo4j graph database
    • Qdrant vector database
    • Ingress configuration
    • Example values file

Usage

# Build image
docker build -t your-registry/memos:2.0.9 .

# Deploy
helm install memos deploy/helm -f deploy/helm/values-example.yaml -n memos --create-namespace

- Add production-ready Dockerfile with multi-stage build
- Add Helm chart with support for:
  - MemOS API service
  - Neo4j graph database
  - Qdrant vector database
  - Ingress configuration
- Add example values file with common configurations
@ombmh ombmh force-pushed the feature/deploy-helm branch 2 times, most recently from ff64b33 to cc1f4d5 Compare March 19, 2026 05:55
@CaralHsi CaralHsi merged commit 5956812 into MemTensor:main Mar 27, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants