fix: use https for S3 public URLs to match CSP policy

This commit is contained in:
Alexander Rogov
2026-07-13 01:04:39 +03:00
parent bf0db283e1
commit 0a80b23cce

View File

@@ -38,7 +38,7 @@ spec:
enabled: true enabled: true
hostname: mastodon.t0rt1k.tech hostname: mastodon.t0rt1k.tech
endpoint: http://minio.minio.svc.cluster.local endpoint: http://minio.minio.svc.cluster.local
protocol: http protocol: https
bucket: mastodon bucket: mastodon
existingSecret: mastodon-s3 existingSecret: mastodon-s3
overridePathStyle: "false" overridePathStyle: "false"