mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Change replicas to 1
This commit is contained in:
@@ -73,7 +73,7 @@ operator:
|
|||||||
#
|
#
|
||||||
# The cluster must have sufficient number of available worker nodes to fulfill the request.
|
# 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.
|
# 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.
|
# The Kubernetes `SecurityContext <https://kubernetes.io/docs/tasks/configure-pod-container/security-context/>`__ to use for deploying Operator resources.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user