mastodon / chart

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

Using external Elasticsearch Database #30

Open BackInBash opened 1 year ago

BackInBash commented 1 year ago

It would be a nice feature to use an external Elasticsearch Database outside of the Deployment / Kubernetes Cluster. Like with the PostgreSQL or Redis.

It is possible or planned to implement such feature?

renchap commented 1 year ago

This would indeed be a good idea, similar to how it is done for PG and Redis.

I will consider a PR implementing this, or do it myself when I have some time!