change s3 to a minio operator in mastodon app

This commit is contained in:
Alexander Rogov
2026-07-12 19:37:11 +03:00
parent e47c8cea44
commit c26ae15ff5
4 changed files with 26 additions and 4 deletions

View File

@@ -5,5 +5,16 @@ metadata:
namespace: minio
type: Opaque
stringData:
accesskey: admin
secretkey: change-me
config.env: |-
export MINIO_ROOT_USER="admin"
export MINIO_ROOT_PASSWORD="jZnXD&f0M6T4Fk95"
---
apiVersion: v1
kind: Secret
metadata:
name: mastodon
namespace: minio
type: Opaque
stringData:
CONSOLE_ACCESS_KEY: mastodon
CONSOLE_SECRET_KEY: "jZnXD&f0M6T4Fk95"

View File

@@ -29,5 +29,7 @@ spec:
name: shared-minio-creds
mountPath: /export
requestAutoCert: false
users:
- name: mastodon
buckets:
- name: mastodon