| apiVersion: v2 | |
| name: ml-intern | |
| description: Production-grade ml-intern deployment with multi-tenancy, rate limiting, and observability | |
| type: application | |
| version: 1.0.0 | |
| appVersion: "1.0.0" | |
| keywords: | |
| - ml | |
| - llm | |
| - agent | |
| - inference | |
| home: https://github.com/huggingface/ml-intern | |
| sources: | |
| - https://github.com/huggingface/ml-intern | |
| maintainers: | |
| - name: ml-intern-team | |
| email: team@mlintern.local | |
| dependencies: | |
| - name: redis | |
| version: "18.x" | |
| repository: "https://charts.bitnami.com/bitnami" | |
| condition: redis.enabled | |
| - name: postgresql | |
| version: "13.x" | |
| repository: "https://charts.bitnami.com/bitnami" | |
| condition: postgresql.enabled | |
| - name: ingress-nginx | |
| version: "4.x" | |
| repository: "https://kubernetes.github.io/ingress-nginx" | |
| condition: ingress.enabled | |