From 669dfcfb6770852ce31d7e8ed456e8bca97fdf83 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 20:08:37 +0900 Subject: [PATCH] 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 --- zot/helm-values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index a123d23..b70d333 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -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: