Change replicas to 1

This commit is contained in:
Ruben Hensen
2024-09-10 00:31:52 +02:00
parent a5e3a9eeba
commit 6ddd1891ac
+1 -1
View File
@@ -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 <https://kubernetes.io/docs/tasks/configure-pod-container/security-context/>`__ to use for deploying Operator resources.
#