Advanced Configuration
Redis
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 totrue
. - The
port
field should be set to6379
for non-SSL connections and6380
for SSL connections.