From a5b54fd052333b97cd5d74002e20cf4a6271b69c Mon Sep 17 00:00:00 2001 From: in-jun Date: Sat, 30 Nov 2024 17:03:08 +0900 Subject: [PATCH] =?UTF-8?q?fix(values.yaml):=20toleration=20key=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xquare/critical_platform으로 변경하여 중요 플랫폼에서 스케줄링 되지 않도록 수정 - 기존 xquare/platform에서 xquare/critical_platform으로 toleration key 변경 - 중요 플랫폼에서 해당 파드가 스케줄링 되지 않도록 설정 --- apps/istio-resource/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/istio-resource/values.yaml b/apps/istio-resource/values.yaml index 413041b..7c35b6d 100644 --- a/apps/istio-resource/values.yaml +++ b/apps/istio-resource/values.yaml @@ -161,6 +161,6 @@ nodeSelector: tolerations: - effect: "NoSchedule" - key: xquare/platform + key: xquare/critical_platform operator: "Equal" value: "true"