From 0a80b23cce7093eca02ac1afb04a9007f8eb4f22 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Mon, 13 Jul 2026 01:04:39 +0300 Subject: [PATCH] fix: use https for S3 public URLs to match CSP policy --- argocd/apps/mastodon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index cd233d3..e00f3bb 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -38,7 +38,7 @@ spec: enabled: true hostname: mastodon.t0rt1k.tech endpoint: http://minio.minio.svc.cluster.local - protocol: http + protocol: https bucket: mastodon existingSecret: mastodon-s3 overridePathStyle: "false"