From fbfb834ef19d6e101a74a799e6c3df0061e1111a Mon Sep 17 00:00:00 2001 From: sljeff Date: Tue, 28 Mar 2023 08:47:30 +0800 Subject: [PATCH] chore: csb node selector --- deploy/prod/deploy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index 9878c837..5d048e00 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -25,6 +25,13 @@ spec: prometheus.io/scrape: "true" spec: enableServiceLinks: false + nodeSelector: + rss3.io/usage: csb-others + tolerations: + - key: "rss3.io/usage" + operator: "Equal" + value: "csb-others" + effect: "NoSchedule" containers: - image: $IMAGE_TAG_RELEASE imagePullPolicy: Always