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