REFACTOR(gitea): standardize taint to control-plane

- Change node-role.kubernetes.io/master to control-plane
- Change effect from NoExecute to NoSchedule
This commit is contained in:
2026-01-08 19:19:27 +09:00
parent 7b884711d7
commit 6adad77f5e

View File

@@ -112,9 +112,9 @@ resources:
# POD CONFIGURATION # POD CONFIGURATION
# ============================================================================= # =============================================================================
tolerations: tolerations:
- key: node-role.kubernetes.io/master - key: node-role.kubernetes.io/control-plane
operator: Exists operator: Exists
effect: NoExecute effect: NoSchedule
# ============================================================================= # =============================================================================
# SSH SERVICE # SSH SERVICE