REFACTOR(argocd): remove nodeSelector for controller
- Allow controller to be scheduled on any node - Removes master node constraint
This commit is contained in:
@@ -69,15 +69,6 @@ controller:
|
|||||||
limits:
|
limits:
|
||||||
memory: 1861Mi
|
memory: 1861Mi
|
||||||
|
|
||||||
# Schedule on master node
|
|
||||||
nodeSelector:
|
|
||||||
node-role.kubernetes.io/control-plane: "true"
|
|
||||||
|
|
||||||
tolerations:
|
|
||||||
- key: node-role.kubernetes.io/control-plane
|
|
||||||
operator: Exists
|
|
||||||
effect: NoSchedule
|
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# API SERVER (Deployment)
|
# API SERVER (Deployment)
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user