Deprecated: $wgMWOAuthSharedUserIDs=false is deprecated, set $wgMWOAuthSharedUserIDs=true, $wgMWOAuthSharedUserSource='local' instead [Called from MediaWiki\HookContainer\HookContainer::run in /var/www/html/w/includes/HookContainer/HookContainer.php at line 135] in /var/www/html/w/includes/Debug/MWDebug.php on line 372
Project:Redis-K8s - MaRDI portal

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.