File size: 802 Bytes
9660f68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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