REFACTOR(repo): standardize taint to control-plane

- Remove deprecated master taint from falco
- Update vault tolerations to control-plane
- Change effect from NoExecute to NoSchedule
This commit is contained in:
2026-01-08 19:18:03 +09:00
parent 8f449666b5
commit 739ac544c7
2 changed files with 4 additions and 10 deletions

View File

@@ -72,11 +72,11 @@ server:
type: ClusterIP
port: 8200
# Tolerations for master node
# Tolerations for control-plane node
tolerations:
- key: "node-role.kubernetes.io/master"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoExecute"
effect: "NoSchedule"
# UI 활성화
ui: