Upload production/helm/ml-intern/Chart.yaml
Browse files
production/helm/ml-intern/Chart.yaml
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
apiVersion: v2
|
| 2 |
+
name: ml-intern
|
| 3 |
+
description: Production-grade ml-intern deployment with multi-tenancy, rate limiting, and observability
|
| 4 |
+
type: application
|
| 5 |
+
version: 1.0.0
|
| 6 |
+
appVersion: "1.0.0"
|
| 7 |
+
keywords:
|
| 8 |
+
- ml
|
| 9 |
+
- llm
|
| 10 |
+
- agent
|
| 11 |
+
- inference
|
| 12 |
+
home: https://github.com/huggingface/ml-intern
|
| 13 |
+
sources:
|
| 14 |
+
- https://github.com/huggingface/ml-intern
|
| 15 |
+
maintainers:
|
| 16 |
+
- name: ml-intern-team
|
| 17 |
+
email: team@mlintern.local
|
| 18 |
+
dependencies:
|
| 19 |
+
- name: redis
|
| 20 |
+
version: "18.x"
|
| 21 |
+
repository: "https://charts.bitnami.com/bitnami"
|
| 22 |
+
condition: redis.enabled
|
| 23 |
+
- name: postgresql
|
| 24 |
+
version: "13.x"
|
| 25 |
+
repository: "https://charts.bitnami.com/bitnami"
|
| 26 |
+
condition: postgresql.enabled
|
| 27 |
+
- name: ingress-nginx
|
| 28 |
+
version: "4.x"
|
| 29 |
+
repository: "https://kubernetes.github.io/ingress-nginx"
|
| 30 |
+
condition: ingress.enabled
|