mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-27 12:04:59 +02:00
The quay.io/minio/minio and quay.io/minio/mc images now answer 401, and the minio images are gone from Docker Hub as well: the dev stack, the backend CI job and the helm dev-backend could not pull them anymore. [pgsty/silo](https://hub.docker.com/r/pgsty/silo) and [pgsty/mc](https://hub.docker.com/r/pgsty/mc) are community builds and drop in replacement of minio. Only the executable name is changing from minio to silo.
24 lines
480 B
YAML
24 lines
480 B
YAML
minio:
|
|
enabled: true
|
|
image: pgsty/silo
|
|
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 |