External Cache Configuration
This guide demonstrates how to configure an external key-value cache (such as Redis or Memcached) with the Immuta Enterprise Helm chart (IEHC).
Prerequisite
The Immuta in production guide must be completed before proceeding.
Redis
Edit secret
immuta-secret
that was created in the Immuta in production guide.Add key-value
IMMUTA_SERVER_CACHE_PROVIDER_OPTIONS_PASSWORD=<cache-password>
.
Edit Helm values
Edit the immuta-values.yaml
file to include the relevant Helm values listed below. Update all placeholder values with your own values.
Redis
Memcached
Apply Helm values
Perform a Helm upgrade to apply the changes made to immuta-values.yaml
.
Last updated
Was this helpful?