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