summaryrefslogtreecommitdiffstats
path: root/chart/values.yaml
diff options
context:
space:
mode:
authorJames Smith <119005+jgsmith@users.noreply.github.com>2022-05-14 04:03:44 -0400
committerGitHub <noreply@github.com>2022-05-14 10:03:44 +0200
commit98400a6887f1eb67fb131433bb28a69246800c4c (patch)
tree65ec1780b66d3c0661c8adfd7b915dcc8418cd6c /chart/values.yaml
parent42c976fd65486186e3e7d259d1fced20de7be0bb (diff)
Support STREAMING_API_BASE_URL in Helm Chart (#18408)
This adds a mastodon.streaming.base_url setting in the Helm chart values file to allow setting the STREAMING_API_BASE_URL in the Mastodon environnment config map.
Diffstat (limited to 'chart/values.yaml')
-rw-r--r--chart/values.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart/values.yaml b/chart/values.yaml
index 57d0b7391e8..2cfa3484b47 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -83,6 +83,9 @@ mastodon:
# the node running the pod, which is unrelated to the resources allocated to
# the pod by k8s
workers: 1
+ # The base url for streaming can be set if the streaming API is deployed to
+ # a different domain/subdomain.
+ # base_url: wws://streaming.example.com
web:
port: 3000