mastodon / chart

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

allow external redis instance #6

Closed norman-zon closed 1 year ago

norman-zon commented 1 year ago

This PR adds the capability to use an external redis instance, instead of the bundled one, to the helm chart. Replaces the PR in the mastodon main repo.

WyriHaximus commented 1 year ago

@norman-zon Thank you for doing this :D!

TCFox commented 1 year ago

To save some folks some sanity trying to figure this out, it appears that this doesn't work in some cases where the external redis instance requires TLS (e.g. DigitalOcean's Managed Redis offering). This an unrelated issue, but will cause obscure errors as a result.

Issue: https://github.com/mastodon/mastodon/issues/19824 PR (pending other requirements): https://github.com/mastodon/mastodon/pull/21600

It may be possible to involve stunnel to resolve this issue in the interim, but setting that up is definitely outside the scope of this PR.