(backend) add S3 objects

Inspired by Impress and @sampaccoud's work.

We use Indie Hoster’s Kubernetes objects in staging and production.
In the "dev" environment, we install the `bitnami/minio` chart to mimic
Indie Hoster’s MinIO setup.

To access the MinIO admin interface in dev, use port forwarding;
the interface runs on port 9001.
This commit is contained in:
lebaudantoine
2024-10-25 12:22:41 +02:00
committed by aleb_the_flash
parent 99a1efc538
commit 427b23ca80
5 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: core.libre.sh/v1alpha1
kind: Bucket
metadata:
name: impress-media-storage
namespace: {{ .Release.Namespace | quote }}
spec:
provider: data
versioned: true