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:
@@ -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
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user