## 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 ## StatefulSet update strategy: OnDelete prevents Multi-Attach errors ## with ReadWriteOnce PVCs on single-replica deployments. ## After a values change, manually delete the pod to recreate. statefulSetUpdate: updateStrategy: OnDelete ## Service configuration service: type: ClusterIP consoleService: type: ClusterIP