From 6ddd1891ac49c9477f55a075411c4c246f2c2e77 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 00:31:52 +0200 Subject: [PATCH] Change replicas to 1 --- minio/values-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio/values-operator.yaml b/minio/values-operator.yaml index 72decf3..d67208d 100644 --- a/minio/values-operator.yaml +++ b/minio/values-operator.yaml @@ -73,7 +73,7 @@ operator: # # The cluster must have sufficient number of available worker nodes to fulfill the request. # Operator pods deploy with pod anti-affinity by default, preventing Kubernetes from scheduling multiple pods onto a single Worker node. - replicaCount: 2 + replicaCount: 1 ### # The Kubernetes `SecurityContext `__ to use for deploying Operator resources. #