mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Add comments about routing
This commit is contained in:
parent
a9e4cfc515
commit
3f4ae51dbf
|
@ -32,8 +32,11 @@ mastodon:
|
||||||
# Whenever there is an update to Mastodon, sometimes there are assets files
|
# Whenever there is an update to Mastodon, sometimes there are assets files
|
||||||
# that are renamed. As the pods are getting redeployed, and old/new pods are
|
# that are renamed. As the pods are getting redeployed, and old/new pods are
|
||||||
# present simultaneously, there is a chance that old asset files are
|
# present simultaneously, there is a chance that old asset files are
|
||||||
# requested from pods that don't have them anymore, or new asset files are requested from old pods. Uploading asset files to
|
# requested from pods that don't have them anymore, or new asset files are
|
||||||
# S3 in this manner solves this potential conflict.
|
# requested from old pods. Uploading asset files to S3 in this manner solves
|
||||||
|
# this potential conflict.
|
||||||
|
# Note that you will need to CDN/proxy to send all requests to /assets and
|
||||||
|
# /packs to this bucket.
|
||||||
s3Upload:
|
s3Upload:
|
||||||
enabled: false
|
enabled: false
|
||||||
endpoint:
|
endpoint:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user