From 856f0e470d455b2c0a99376bc8386a2b269fb91a Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Mon, 13 Jul 2026 00:33:17 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20S3=20endpoint=20=E2=80=94=20Mi?= =?UTF-8?q?nIO=20service=20uses=20port=2080=20not=209000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argocd/apps/mastodon.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index e212090..99c2802 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -36,8 +36,8 @@ spec: s3: enabled: true - hostname: minio.minio.svc.cluster.local:9000 - endpoint: minio.minio.svc.cluster.local:9000 + hostname: minio.minio.svc.cluster.local + endpoint: http://minio.minio.svc.cluster.local protocol: http bucket: mastodon existingSecret: mastodon-s3