3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

Change streaming tag empty representation

This addresses https://github.com/mastodon/chart/pull/157#discussion_r1810557337
This commit is contained in:
Matthew Abbott 2025-02-02 01:49:33 -06:00
parent 701e97e9f9
commit 159aa5d253
No known key found for this signature in database

View File

@ -279,7 +279,7 @@ mastodon:
# streaming image split in Mastodon v4.3.0 # streaming image split in Mastodon v4.3.0
repository: ghcr.io/mastodon/mastodon-streaming repository: ghcr.io/mastodon/mastodon-streaming
# other options: `latest` for the latest release or `edge` for most recent commit # other options: `latest` for the latest release or `edge` for most recent commit
tag: null tag: ""
port: 4000 port: 4000
# -- this should be set manually since os.cpus() returns the number of CPUs on # -- this should be set manually since os.cpus() returns the number of CPUs on
# the node running the pod, which is unrelated to the resources allocated to # the node running the pod, which is unrelated to the resources allocated to