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 1.1 KB

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

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

Comments

Loading...