joelparker
Results
2
comments of
joelparker
I ran into this using the bitnami/mastodon chart. I landed up disabling the Postgresql installation bundled with mastodon and using a separate Postgresql. Now I have 2 helm charts to...
#15549 adds useSecureWebSocket to values.yaml. It's set to false by default but setting it to true will force STREAMING_API_BASE_URL in mastodon/templates/default-configmap.yaml to be set with wss:// This change was just...