REFACTOR(repo): standardize taint to control-plane

- Change node-role.kubernetes.io/master to control-plane
- Update velero, zot, postgresql, minio tolerations
- Change effect from NoExecute to NoSchedule (K3s standard)
This commit is contained in:
2026-01-08 19:17:01 +09:00
parent a30d9005d9
commit 613ef5984e
4 changed files with 12 additions and 12 deletions

View File

@@ -49,9 +49,9 @@ controllers:
app.kubernetes.io/name: zot
topologyKey: kubernetes.io/hostname
tolerations:
- key: "node-role.kubernetes.io/master"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoExecute"
effect: "NoSchedule"
service:
zot: