From 57a7077f596d5a14a245223c0ed8cb28108ce679 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 00:13:30 +0200 Subject: [PATCH] Repast content values-tenant.yaml 9 --- minio/values-tenant.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minio/values-tenant.yaml b/minio/values-tenant.yaml index d40089a..65e6bc5 100644 --- a/minio/values-tenant.yaml +++ b/minio/values-tenant.yaml @@ -94,13 +94,13 @@ tenant: # The number of MinIO Tenant Pods / Servers in this pool. # For standalone mode, supply 1. For distributed mode, supply 4 or more. # Note that the operator does not support upgrading from standalone to distributed mode. - - servers: 4 + - servers: 1 ### # Custom name for the pool name: pool-0 ### # The number of volumes attached per MinIO Tenant Pod / Server. - volumesPerServer: 4 + volumesPerServer: 1 ### # The capacity per volume requested per MinIO Tenant Pod. size: 10Gi