Files
launchpad/infra/values/base/minio-values.yaml
2026-05-27 21:41:18 +02:00

34 lines
585 B
YAML

## MinIO base values — cross-cluster constants
mode: standalone
image:
repository: quay.io/minio/minio
tag: "RELEASE.2025-05-24T17-08-30Z"
pullPolicy: IfNotPresent
## Use existing secret for root credentials
## Secret must contain keys: rootUser, rootPassword
existingSecret: "minio-credentials"
## Single bucket created on startup
buckets:
- name: default
policy: none
purge: false
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
## Service configuration
service:
type: ClusterIP
consoleService:
type: ClusterIP