values.yaml 903 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Default values for admin.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. #是否是开发环境
  5. #isDev: false
  6. #pod 副本数
  7. replicaCount: 1
  8. #镜像配置
  9. image:
  10. repository: xunjoy.tencentcloudcr.com/lewaimai/zqcrm
  11. tag: latest
  12. #镜像密码
  13. imagePullSecrets: xunjoy-image-secret
  14. #域名
  15. host: zqcrm-beta.lewaimai.com
  16. #https 证书
  17. hostTls: lewaimai-ssl
  18. #日志
  19. logs: zqcrm-app
  20. resources: {}
  21. # We usually recommend not to specify default resources and to leave this as a conscious
  22. # choice for the user. This also increases chances charts run on environments with little
  23. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  24. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  25. # limits:
  26. # cpu: 100m
  27. # memory: 128Mi
  28. # requests:
  29. # cpu: 100m
  30. # memory: 128Mi