mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-12 18:06:58 +02:00
We removed the usage of bitnami charts and created our own dev-backend helm chart. We need to update the kubernetes document accordingly.
24 lines
481 B
YAML
24 lines
481 B
YAML
minio:
|
|
enabled: true
|
|
image: 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 |