This commit is contained in:
2026-05-27 21:41:18 +02:00
parent c49d03d7f7
commit cf2c1427fd
8 changed files with 216 additions and 4 deletions

View File

@@ -0,0 +1,33 @@
## 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