mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Cilium Operator replicas configuration (#9894)
Signed-off-by: Fiala, JiriX <jirix.fiala@intel.com>
This commit is contained in:
@@ -8,7 +8,11 @@ metadata:
|
||||
io.cilium/app: operator
|
||||
name: cilium-operator
|
||||
spec:
|
||||
{% if groups.k8s_cluster | length == 1 %}
|
||||
replicas: 1
|
||||
{% else %}
|
||||
replicas: {{ cilium_operator_replicas }}
|
||||
{% endif %}
|
||||
selector:
|
||||
matchLabels:
|
||||
io.cilium/app: operator
|
||||
|
||||
Reference in New Issue
Block a user