mastodon-on-kubernetes
mastodon-on-kubernetes copied to clipboard
Mastodon charts are broken upstream - autoclosed
The Bitnami charts are currently broken upstream, requiring two small changes in order to work correctly:
- The environment variable "WEB_DOMAIN" should actually be "LOCAL_DOMAIN" (see https://github.com/bitnami/charts/pull/14694)
- With TLS enabled, the streaming API URL needs to use
wss
instead ofws
(defined in https://github.com/bitnami/charts/blob/main/bitnami/mastodon/templates/_helpers.tpl)
:heavy_check_mark: This issue was automatically closed by Mend because the errors have been resolved.