From 6adad77f5e00fbb5a46e91c85876fb855c829af2 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 19:19:27 +0900 Subject: [PATCH] REFACTOR(gitea): standardize taint to control-plane - Change node-role.kubernetes.io/master to control-plane - Change effect from NoExecute to NoSchedule --- gitea/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 77dfae3..cec9db4 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -112,9 +112,9 @@ resources: # POD CONFIGURATION # ============================================================================= tolerations: -- key: node-role.kubernetes.io/master +- key: node-role.kubernetes.io/control-plane operator: Exists - effect: NoExecute + effect: NoSchedule # ============================================================================= # SSH SERVICE