RocketChat / helm-charts

Repository for RocketChat helm charts
37 stars 67 forks source link

include a richer set of mongodb configurations #1

Closed ear-dev closed 2 years ago

ear-dev commented 4 years ago

For example: I would like to configure for tls and encryption on the persistent volumes.

skadefro commented 3 years ago

You have full access to configure mongodb, since they are referencing bitnami's helm chart for mongodb so to enable tls, in your values file add

mongodb:
  enabled: true
  tls:
    enabled: true
    existingSecret: mongo-cert-secret