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 ffbe97815b
commit 39ad7757f8
3 changed files with 0 additions and 29 deletions

View File

@@ -67,10 +67,6 @@ spec:
# Affinity to spread replicas across nodes (soft - prefer different nodes)
affinity:
podAntiAffinityType: preferred
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
# Enable superuser access
enableSuperuserAccess: true