REFACTOR(zot): remove control-plane toleration

- Zot is a container registry, no need to run on master
- Already distributed across worker nodes via anti-affinity
This commit is contained in:
2026-01-08 20:08:37 +09:00
parent b1ddea2b26
commit 669dfcfb67

View File

@@ -48,10 +48,6 @@ controllers:
matchLabels:
app.kubernetes.io/name: zot
topologyKey: kubernetes.io/hostname
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
service:
zot: