mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-22 01:25:07 +02:00
MinIO stopped publishing images on Docker Hub in October 2025 and archived its GitHub repository in February 2026. `minio/mc` and `minio/minio` can no longer be pulled, so the `createbuckets` service fails with `pull access denied for minio/mc`. The same images are still served from quay.io. Signed-off-by: Nicolas Clerc <kernicpanel@nclerc.fr>
24 lines
489 B
YAML
24 lines
489 B
YAML
minio:
|
|
enabled: true
|
|
image: quay.io/minio/minio
|
|
name: minio
|
|
# serviceNameOverride: docs-minio
|
|
ingress:
|
|
enabled: true
|
|
hostname: docs-minio.127.0.0.1.nip.io
|
|
tls:
|
|
enabled: true
|
|
secretName: docs-tls
|
|
consoleIngress:
|
|
enabled: true
|
|
hostname: docs-minio-console.127.0.0.1.nip.io
|
|
tls:
|
|
enabled: true
|
|
secretName: docs-tls
|
|
api:
|
|
port: 80
|
|
username: dinum
|
|
password: password
|
|
bucket: docs-media-storage
|
|
versioning: true
|
|
size: 1Gi |