diff options
Diffstat (limited to 'chart/values.yaml')
-rw-r--r-- | chart/values.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chart/values.yaml b/chart/values.yaml index ef105f625..2cfa3484b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -8,7 +8,7 @@ image: # built from the most recent commit # # tag: latest - tag: v3.5.1 + tag: v3.5.2 # use `Always` when using `latest` tag pullPolicy: IfNotPresent @@ -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 |