Project:Redis-K8s

From MaRDI portal

Redis configuration

Get the redis chart

The redis chart is published by bitnami. However, we are running a FluxCD version that does not support OCI repositories.

A simple solution is to manually download the redis chart as a tgz file and make it available to our cluster through our own git repository. To this end, just run

helm pull bitnami/redis --version 21.2.1

with the right version inside the external-charts directory of our k8s repository.

Update the version accordingly in redis/release.yaml

Deploy the redis chart

We are deploying redis using architecture=standalone. This deploys a standalone Redis StatefulSet with a single service.