mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
151 stars 90 forks source link

Set default Redis replica count to 0 #96

Closed hardillb closed 5 months ago

hardillb commented 9 months ago

Since the configmap-env sets the REDIS_HOST to namespace-redis-master if the redis.hostvalue is not set (indicating that an existing Redis install is to be used) any replicas will not be used and the Bitnami chart defaults to 3 unused replicas.