mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-27 03:55:01 +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.
56 lines
1.1 KiB
Go Template
56 lines
1.1 KiB
Go Template
postgres:
|
|
enabled: true
|
|
name: postgres
|
|
#serviceNameOverride: postgres
|
|
image: postgres:16-alpine
|
|
username: dinum
|
|
password: pass
|
|
database: docs
|
|
size: 1Gi
|
|
redis:
|
|
# replaced by the valkey-docs and valkey-yhub releases
|
|
enabled: false
|
|
minio:
|
|
enabled: true
|
|
image: pgsty/silo
|
|
name: 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
|
|
username: dinum
|
|
password: password
|
|
bucket: docs-media-storage
|
|
versioning: true
|
|
size: 1Gi
|
|
keycloak:
|
|
enabled: true
|
|
image: quay.io/keycloak/keycloak:20.0.1
|
|
name: keycloak
|
|
#serviceNameOverride: keycloak
|
|
hostname: docs-keycloak.127.0.0.1.nip.io
|
|
username: admin
|
|
password: pass
|
|
tls:
|
|
enabled: true
|
|
secretName: docs-tls
|
|
db:
|
|
username: dinum
|
|
password: pass
|
|
database: keycloak
|
|
size: 1Gi
|
|
image: postgres:16-alpine
|
|
realm:
|
|
name: docs
|
|
username: docs
|
|
password: docs
|
|
email: docs@example.com
|