From f388624735815dbfb880bdbd6c24baea09ebc78e Mon Sep 17 00:00:00 2001 From: Martyn Date: Fri, 7 Nov 2025 16:32:06 +0100 Subject: [PATCH] "s3" media storage --- apps-kustomized/mastodon/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps-kustomized/mastodon/values.yaml b/apps-kustomized/mastodon/values.yaml index ce5167c..7c3cab5 100644 --- a/apps-kustomized/mastodon/values.yaml +++ b/apps-kustomized/mastodon/values.yaml @@ -26,7 +26,12 @@ mastodon: active_record_encryption_key_derivation_salt: externalSecret active_record_encryption_primary_key: externalSecret storage: - type: emptyDir + type: s3 + s3: + existing_secret: weed-secret + bucket: masto-media + endpoint: http://hp40l:8333 + hostname: https://masto-media.martyn.berlin postgresql: host: masto-postgres existingSecret: masto-db-secret