mastodon-on-kubernetes icon indicating copy to clipboard operation
mastodon-on-kubernetes copied to clipboard

Mastodon charts are broken upstream - autoclosed

Open joshleecreates opened this issue 2 years ago • 1 comments

The Bitnami charts are currently broken upstream, requiring two small changes in order to work correctly:

  1. The environment variable "WEB_DOMAIN" should actually be "LOCAL_DOMAIN" (see https://github.com/bitnami/charts/pull/14694)
  2. With TLS enabled, the streaming API URL needs to use wss instead of ws (defined in https://github.com/bitnami/charts/blob/main/bitnami/mastodon/templates/_helpers.tpl)

joshleecreates avatar Feb 05 '23 15:02 joshleecreates

:heavy_check_mark: This issue was automatically closed by Mend because the errors have been resolved.