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:
@@ -112,9 +112,9 @@ resources:
|
||||
# POD CONFIGURATION
|
||||
# =============================================================================
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoExecute
|
||||
effect: NoSchedule
|
||||
|
||||
# =============================================================================
|
||||
# SSH SERVICE
|
||||
|
||||
Reference in New Issue
Block a user