fix: correct S3 endpoint — MinIO service uses port 80 not 9000
This commit is contained in:
@@ -36,8 +36,8 @@ spec:
|
|||||||
|
|
||||||
s3:
|
s3:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: minio.minio.svc.cluster.local:9000
|
hostname: minio.minio.svc.cluster.local
|
||||||
endpoint: minio.minio.svc.cluster.local:9000
|
endpoint: http://minio.minio.svc.cluster.local
|
||||||
protocol: http
|
protocol: http
|
||||||
bucket: mastodon
|
bucket: mastodon
|
||||||
existingSecret: mastodon-s3
|
existingSecret: mastodon-s3
|
||||||
|
|||||||
Reference in New Issue
Block a user