Skip to main content

Display Helm Chart Values

Example of the external Redis configuration in the Helm chart values:

Redis SSL Configuration

  • To enable Redis with SSL, set the useSSL field to true.
  • The port field should be set to 6379 for non-SSL connections and 6380 for SSL connections.

High Availability

  • Sentinel: set sentinel.enabled to true, then provide sentinel.nodes and sentinel.serviceName.
  • Cluster: set cluster.enabled to true, then provide cluster.nodes.