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 799 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
45
46
47
48
49
50
51
  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. enabled: true
  13. path: "/"
  14. annotations: { }
  15. # className: "nginx"
  16. tls: { }
  17. # secretName: XXX
  18. resources:
  19. requests:
  20. cpu: 2
  21. memory: 4Gi
  22. limits:
  23. cpu: 2
  24. memory: 4Gi
  25. nodeSelector: {}
  26. tolerations: []
  27. envVars: { }
  28. externalSecrets:
  29. enabled: false
  30. secretStoreName: ""
  31. secretName: ""
  32. parameters: { }
  33. # Allow to environment injections on top or instead of externalSecrets
  34. extraEnvFrom: []
  35. extraEnv: []
  36. autoscaling:
  37. enabled: false
  38. minReplicas: 1
  39. maxReplicas: 2
  40. targetMemoryUtilizationPercentage: ""
  41. targetCPUUtilizationPercentage: ""
  42. monitoring:
  43. enabled: false
Tip!

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

Comments

Loading...