PERF(gitea): force master placement, add priority

- Add nodeSelector for control-plane node
- Keep tolerations for control-plane taint
- Add high-priority PriorityClass
This commit is contained in:
2026-01-10 13:14:07 +09:00
parent 085774cb1e
commit da0cdbecb2

View File

@@ -116,6 +116,11 @@ tolerations:
operator: Exists operator: Exists
effect: NoSchedule effect: NoSchedule
nodeSelector:
node-role.kubernetes.io/control-plane: "true"
priorityClassName: high-priority
# ============================================================================= # =============================================================================
# SSH SERVICE # SSH SERVICE
# ============================================================================= # =============================================================================