values.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Default values for kuiper.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. replicaCount: 1
  5. image:
  6. repository: emqx/kuiper
  7. pullPolicy: IfNotPresent
  8. persistence:
  9. enabled: false
  10. size: 20Mi
  11. ## If defined, volume.beta.kubernetes.io/storage-class: <storageClass>
  12. ## Default: volume.alpha.kubernetes.io/storage-class: default
  13. # storageClass: "-"
  14. accessMode: ReadWriteOnce
  15. ## Existing PersistentVolumeClaims
  16. ## The value is evaluated as a template
  17. ## So, for example, the name can depend on .Release or .Chart
  18. # existingClaim: ""
  19. resources: {}
  20. # We usually recommend not to specify default resources and to leave this as a conscious
  21. # choice for the user. This also increases chances charts run on environments with little
  22. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  23. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  24. # limits:
  25. # cpu: 100m
  26. # memory: 128Mi
  27. # requests:
  28. # cpu: 100m
  29. # memory: 128Mi
  30. nodeSelector: {}
  31. tolerations: []
  32. affinity: {}
  33. mqtt:
  34. #Global MQTT configurations
  35. qos: 1
  36. sharedSubscription: true
  37. servers: [tcp://127.0.0.1:1883]
  38. #username: user1
  39. #password: password
  40. certificationSecretName: client-cert
  41. privateKeySecretName: client-key
  42. #certificationPath: /var/kuiper/certificate.pem
  43. #privateKeyPath: /var/kuiper/private.pem.key