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 1013 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
52
53
54
55
56
57
58
59
60
61
62
63
  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. serviceAccount:
  12. enabled: false
  13. create: false
  14. name: ""
  15. automountServiceAccountToken: true
  16. annotations: { }
  17. ingress:
  18. enabled: true
  19. path: "/"
  20. annotations: { }
  21. # className: "nginx"
  22. tls: { }
  23. # secretName: XXX
  24. resources:
  25. requests:
  26. cpu: 2
  27. memory: 4Gi
  28. limits:
  29. cpu: 2
  30. memory: 4Gi
  31. nodeSelector: {}
  32. tolerations: []
  33. envVars: { }
  34. infisical:
  35. enabled: false
  36. env: ""
  37. project: "huggingchat-v2-a1"
  38. url: ""
  39. resyncInterval: 60
  40. operatorSecretName: "huggingchat-operator-secrets"
  41. operatorSecretNamespace: "hub-utils"
  42. # Allow to environment injections on top or instead of infisical
  43. extraEnvFrom: []
  44. extraEnv: []
  45. autoscaling:
  46. enabled: false
  47. minReplicas: 1
  48. maxReplicas: 2
  49. targetMemoryUtilizationPercentage: ""
  50. targetCPUUtilizationPercentage: ""
  51. monitoring:
  52. enabled: false
Tip!

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

Comments

Loading...