Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

values.yaml 626 B

You have to be logged in to leave a comment. Sign In
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
32
33
34
35
36
37
38
39
40
41
42
43
44
  1. image:
  2. repository: ghcr.io/huggingface
  3. name: chat-ui
  4. tag: 0.0.0-latest
  5. pullPolicy: IfNotPresent
  6. replicas: 3
  7. domain: huggingface.co
  8. service:
  9. type: NodePort
  10. annotations: { }
  11. ingress:
  12. path: "/"
  13. annotations: { }
  14. resources:
  15. requests:
  16. cpu: 2
  17. memory: 4Gi
  18. limits:
  19. cpu: 2
  20. memory: 4Gi
  21. nodeSelector: {}
  22. tolerations: []
  23. envVars: { }
  24. externalSecrets:
  25. enabled: false
  26. secretStoreName: ""
  27. secretName: ""
  28. parameters: { }
  29. autoscaling:
  30. enabled: false
  31. minReplicas: 1
  32. maxReplicas: 2
  33. targetMemoryUtilizationPercentage: ""
  34. targetCPUUtilizationPercentage: ""
  35. monitoring:
  36. enabled: false
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...