REFACTOR(repo): remove control-plane scheduling

- Remove nodeSelector for control-plane node
- Remove tolerations for control-plane taint
- Allow pods to schedule on any available node
This commit is contained in:
2026-01-10 18:35:15 +09:00
parent c128ece672
commit 203a8debac
7 changed files with 0 additions and 54 deletions

View File

@@ -37,12 +37,6 @@ resources:
limits:
memory: 182Mi
# Tolerations to run on all nodes including control-plane
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
# ServiceMonitor disabled
serviceMonitor:
enabled: false