Skip to main content

Find the Redis Configuration in the Helm Chart Values

Display Helm Chart Values

This is an example of the 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.