chart icon indicating copy to clipboard operation
chart copied to clipboard

Helm chart for Mastodon deployment in Kubernetes

Results 41 chart issues
Sort by recently updated
recently updated
newest added

This PR proposes an alternative, and allegedly simpler and more modern approach to releasing this chart for easier consumption by users. ## The problem So far, the mastodon chart is...

Implements https://github.com/mastodon/chart/issues/9

We have some big plans for our official Mastodon helm chart. The way we've been developing and distributing the current helm chart has been less than ideal in a few...

I use Helm chart to deploy Mastodon in my VM kubernetes cluster. But only PostgreSQL, Redis is installed When I deploy Mastodon, PostgreSQL and Redis. Idk what is the problem....

Mastodon web logs are full of blocking log entries: ``` [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.149.159 [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.145.207 [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.154.2 [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.174.212 ``` Those addresses are...

## Background When utilizing a cloud provider for data stores (eg: AWS rds for postgres, elasticcache for redis, etc), it is a very reasonable use case to disable all three...

The current chart has the tag set to `v4.2` which should track the latest 4.2.x release But the default `pullPolicy` is `IfNotPresent` so it won't upgrade without overiding the default....

This creates a simple job template to fire off when deploying elasticsearch, e.g. as part of upgrading to 4.2.0 and beyond.

With the upcoming Search changes due in version 4.2.0 I started to look at what is needed to enable Elastic Search on my instance. (I had been running without Elastic...

### Steps to reproduce the problem 1. Install Mastodon from the Helm chart to a multi-node Kubernetes cluster with an NFS storage class. 2. If the mastodon-web and mastodon-sidekiq-all-queues end...

bug